Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IcoFrame Class / ToGcBitmap Method / ToGcBitmap(Boolean) Method
Indicates if the returned image should be a copy of the frame image.

In This Topic
    ToGcBitmap(Boolean) Method
    In This Topic
    Gets the frame image as a GcBitmap.
    Syntax
    'Declaration
     
    Public Overloads Function ToGcBitmap( _
       Optional ByVal detachFromIco As System.Boolean _
    ) As GcBitmap
    public GcBitmap ToGcBitmap( 
       System.bool detachFromIco
    )

    Parameters

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