Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Image Class / ToGcBitmap Method / ToGcBitmap(GcBitmap) Method
The destination GrapeCity.Documents.Imaging.GcBitmap object.

In This Topic
    ToGcBitmap(GcBitmap) Method
    In This Topic
    Loads the image into an existing instance of GrapeCity.Documents.Imaging.GcBitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub ToGcBitmap( _
       ByVal bmp As GcBitmap _
    ) 
    public void ToGcBitmap( 
       GcBitmap bmp
    )

    Parameters

    bmp
    The destination GrapeCity.Documents.Imaging.GcBitmap object.
    See Also