'Declaration Public Overloads Function GetAsBitmap( _
ByVal safeBitmapDetermines that safe bitmap should be returned (16-bpp gray image should be converted to 8-bpp gray image).As Boolean _
) As System.Drawing.Bitmap
public System.Drawing.Bitmap GetAsBitmap(
bool safeBitmap
)
public: System.Drawing.Bitmap* GetAsBitmap(
bool safeBitmap
)
public:
System.Drawing.Bitmap^ GetAsBitmap(
bool safeBitmap
)
Parameters
- safeBitmap
- Determines that safe bitmap should be returned (16-bpp gray image should be converted to 8-bpp gray image).
Return Value
This image as System.Drawing.Bitmap.