Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Creates a new [Picture|Picture] object from an existing image.{excerpt}
{signature:C#}
 public Picture CreatePicture(System.IO.Stream pictureStream, Anchor position)
{signature}{signature:vb.net}
Public Function CreatePicture(ByVal pictureStream As System.IO.Stream, ByVal position As Anchor) As Picture
{signature}
{parameters}
{param:pictureStream}A stream containing data for a JPEG, PNG, BMP, or GIF       formatted image. The calling application is responsible for      closing this stream.{param}
{param:position}The position to place the upper\-left corner of the new picture.{param}
{returns}A {{Picture}} object.{returns}