'Declaration Public Overloads Shared Function CreateReadonly( _
ByVal bitmapThe bitmap.As VintasoftBitmap, _
ByVal rectRectangle on bitmap to create wrapper.As System.Drawing.Rectangle _
) As GdiBitmapWrapper
public static GdiBitmapWrapper CreateReadonly(
VintasoftBitmap bitmap,
System.Drawing.Rectangle rect
)
public: static GdiBitmapWrapper* CreateReadonly(
VintasoftBitmap* bitmap,
System.Drawing.Rectangle* rect
)
public:
static GdiBitmapWrapper^ CreateReadonly(
VintasoftBitmap^ bitmap,
System.Drawing.Rectangle^ rect
)
Parameters
- bitmap
- The bitmap.
- rect
- Rectangle on bitmap to create wrapper.
Return Value
A read-only bitmap wrapper.