[]
public GcBitmap ToGcBitmap()
| Type | Description |
|---|---|
| GcBitmap | A new instance of the GcBitmap class. |
public GcBitmap ToGcBitmap(bool applyExifOrientation)
| Type | Name | Description |
|---|---|---|
| bool | applyExifOrientation | Indicates whether the flip and rotate transformations should be applied to the returned GcBitmap if that is required by the Orientation property in the EXIF profile. |
| Type | Description |
|---|---|
| GcBitmap | A new instance of the GcBitmap class. |
Loads the image into an existing instance of GcBitmap.
public void ToGcBitmap(GcBitmap bmp)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bmp | The destination GcBitmap object. |