'Declaration Public Function New( _
ByVal sourceThe source image.As VintasoftImage, _
ByVal rectThe rect on source image.As System.Drawing.Rectangle, _
ByVal lockModeThe lock mode.As BitmapLockMode _
)
public VintasoftImageWrapper(
VintasoftImage source,
System.Drawing.Rectangle rect,
BitmapLockMode lockMode
)
public: VintasoftImageWrapper(
VintasoftImage* source,
System.Drawing.Rectangle* rect,
BitmapLockMode lockMode
)
public:
VintasoftImageWrapper(
VintasoftImage^ source,
System.Drawing.Rectangle^ rect,
BitmapLockMode lockMode
)
Parameters
- source
- The source image.
- rect
- The rect on source image.
- lockMode
- The lock mode.