[]
        
(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)
Public Sub New(stream As 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)
Public Sub New(filePath As String)
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)
Public Sub New(gcBitmap As GcBitmap)
Parameters
Type Name Description
GcBitmap gcBitmap

The source GcBitmap.