'Declaration Public Shared Function Create( _
ByVal imageThe image.As System.Drawing.Image, _
ByVal disposeImageAfterUseA value indicating whether image must be disposed when VintasoftImage is disposed.As Boolean _
) As VintasoftImage
public static VintasoftImage Create(
System.Drawing.Image image,
bool disposeImageAfterUse
)
public: static VintasoftImage* Create(
System.Drawing.Image* image,
bool disposeImageAfterUse
)
public:
static VintasoftImage^ Create(
System.Drawing.Image^ image,
bool disposeImageAfterUse
)
Parameters
- image
- The image.
- disposeImageAfterUse
- A value indicating whether image must be disposed when VintasoftImage is disposed.
Return Value
A new instance of VintasoftImage class.