[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.IcoFrame.ToGcBitmap

ToGcBitmap Method

ToGcBitmap(bool)

Gets the frame image as a GcBitmap.

Declaration
public GcBitmap ToGcBitmap(bool detachFromIco = true)
Public Function ToGcBitmap(Optional detachFromIco As Boolean = True) As GcBitmap
Parameters
Type Name Description
bool detachFromIco

Indicates if the returned image should be a copy of the frame image.

Returns
Type Description
GcBitmap

ToGcBitmap(GcBitmap)

Reads the frame image into an existing GcBitmap.

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

The target GcBitmap object.