[]
Initializes a new instance of the GcSkiaImage class.
public GcSkiaImage(Stream 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)
| 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)
| Type | Name | Description |
|---|---|---|
| GcBitmap | gcBitmap | The source GcBitmap. |