'Declaration Public Shared Function CreateReadonly( _
ByVal imageThe image.As VintasoftImage, _
ByVal rectA Rectangle structure specifying the portion of the source image to lock.As System.Drawing.Rectangle _
) As PixelManipulator
public static PixelManipulator CreateReadonly(
VintasoftImage image,
System.Drawing.Rectangle rect
)
public: static PixelManipulator* CreateReadonly(
VintasoftImage* image,
System.Drawing.Rectangle* rect
)
public:
static PixelManipulator^ CreateReadonly(
VintasoftImage^ image,
System.Drawing.Rectangle^ rect
)
Parameters
- image
- The image.
- rect
- A Rectangle structure specifying the portion of the source image to lock.
Return Value
The new PixelManipulator for specified image.