Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Creates a new Picture object from an existing image.

C#
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.
  • No labels