Creates a new Picture object from an existing image.

 public Picture CreatePicture(System.IO.Stream pictureStream, Anchor position)
Public Function CreatePicture(ByVal pictureStream As System.IO.Stream, ByVal position As Anchor) As Picture

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

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

A Picture object.