[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaImage.-ctor

GcSkiaImage Constructor

GcSkiaImage(Stream)

Initializes a new instance of the GcSkiaImage class.

Declaration
public GcSkiaImage(Stream stream)
Parameters
Type Name Description
Stream stream

The source stream. JPEG, PNG and WEBP formats are supported.

GcSkiaImage(string)

Initializes a new instance of the GcSkiaImage class.

Declaration
public GcSkiaImage(string filePath)
Parameters
Type Name Description
string filePath

The file path to the image. JPEG, PNG and WEBP formats are supported.

GcSkiaImage(GcBitmap)

Initializes a new instance of the GcSkiaImage class.

Declaration
public GcSkiaImage(GcBitmap gcBitmap)
Parameters
Type Name Description
GcBitmap gcBitmap

The source GcBitmap.