'Declaration Public Overloads Function GetAsVintasoftBitmap( _
ByVal safeBitmapDetermines that safe bitmap should be returned (16-bpp gray image should be converted to 8-bpp gray image).As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap GetAsVintasoftBitmap(
bool safeBitmap
)
public: Vintasoft.Imaging.VintasoftBitmap* GetAsVintasoftBitmap(
bool safeBitmap
)
public:
Vintasoft.Imaging.VintasoftBitmap^ GetAsVintasoftBitmap(
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 VintasoftBitmap.