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

In This Topic
    ToGcBitmap() Method
    In This Topic
    Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current Image.
    Syntax
    'Declaration
     
    Public Overloads Function ToGcBitmap() As GcBitmap
    public GcBitmap ToGcBitmap()

    Return Value

    A new instance of the GrapeCity.Documents.Imaging.GcBitmap class.
    See Also