[]
Initializes a new instance of the GcSkiaImage class.
public GcSkiaImage(Stream stream)
Public Sub New(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The source stream. JPEG, PNG and WEBP formats are supported. |
Initializes a new instance of the GcSkiaImage class.
public GcSkiaImage(string filePath)
Public Sub New(filePath As String)
Type | Name | Description |
---|---|---|
string | filePath | The file path to the image. JPEG, PNG and WEBP formats are supported. |
Initializes a new instance of the GcSkiaImage class.
public GcSkiaImage(GcBitmap gcBitmap)
Public Sub New(gcBitmap As GcBitmap)
Type | Name | Description |
---|---|---|
GcBitmap | gcBitmap | The source GcBitmap. |