Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Import Method / Import(GcBitmap) Method
The source GrapeCity.Documents.Imaging.GcBitmap.

In This Topic
    Import(GcBitmap) Method
    In This Topic
    Loads the image from an instance of the GrapeCity.Documents.Imaging.GcBitmap class.

    If the source image is not opaque, the color channels must be premultiplied with the alpha channel.

    Syntax
    'Declaration
     
    Public Overloads Sub Import( _
       ByVal sourceBitmap As GcBitmap _
    ) 
    public void Import( 
       GcBitmap sourceBitmap
    )

    Parameters

    sourceBitmap
    The source GrapeCity.Documents.Imaging.GcBitmap.
    See Also