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

...

Description

Excerpt

Creates a new Picture object from an existing image.

Signature
C#
C#
 public Picture CreatePicture(System.IO.Stream pictureStream, Anchor position)
{signature}{signature:
}
Signature
vb.net
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}
Parameters
Param
pictureStream
pictureStream

A stream containing data for a JPEG, PNG, BMP, or GIF formatted image. The calling application is responsible for closing this stream.

Param
position
position

The position to place the upper-left corner of the new picture.

Returns

A Picture object.