[]
public GcBitmap ToGcBitmap()
Public Function ToGcBitmap() As GcBitmap
public GcBitmap ToGcBitmap(bool applyExifOrientation)
Public Function ToGcBitmap(applyExifOrientation As Boolean) As GcBitmap
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. |
Loads the image into an existing instance of GcBitmap.
public void ToGcBitmap(GcBitmap bmp)
Public Sub ToGcBitmap(bmp As GcBitmap)