Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Import Method

In This Topic
    Import Method
    In This Topic
    Loads the image from another instance of GcWicBitmap.
    Overload List
    OverloadDescription
    Loads the image from another instance of GcWicBitmap.  
    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.

     
    Loads the image from a byte array containing the pixels buffer.  
    Loads the image from a byte array containing the pixels buffer with specified stride (bytes per row of pixels).  
    Loads the image from the unmanaged block of memory pointed by IntPtr.  
    Loads the image from a unmanaged block of memory pointed by IntPtr and having the specified stride (bytes per row of pixels).  
    See Also