Description
Creates a new Picture object from an existing image.
Signature: C#
Signature: VB.NET
Parameters
pictureStream
A stream containing data for a JPEG, PNG, BMP, or GIF formatted image. The calling application is responsible for closing this stream.
position
The position to place the upper-left corner of the new picture.
Returns
A Picture object.
