[]
        
(Showing Draft Content)

C1.Win.Document.C1Image.ToGcBitmap

ToGcBitmap Method

ToGcBitmap(out bool)

Declaration
public GcBitmap ToGcBitmap(out bool disposeAfterUse)
Public Function ToGcBitmap(ByRef disposeAfterUse As Boolean) As GcBitmap
Parameters
Type Name Description
bool disposeAfterUse
Returns
Type Description
GcBitmap

ToGcBitmap(bool, out bool)

Declaration
public GcBitmap ToGcBitmap(bool applyExifOrientation, out bool disposeAfterUse)
Public Function ToGcBitmap(applyExifOrientation As Boolean, ByRef disposeAfterUse As Boolean) As GcBitmap
Parameters
Type Name Description
bool applyExifOrientation
bool disposeAfterUse
Returns
Type Description
GcBitmap

ToGcBitmap(GcBitmap)

Declaration
public void ToGcBitmap(GcBitmap bmp)
Public Sub ToGcBitmap(bmp As GcBitmap)
Parameters
Type Name Description
GcBitmap bmp