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

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

    Return Value

    A new instance of the GcBitmap class.
    See Also