[]
        
public GcBitmap ToGcBitmap()
Public Function ToGcBitmap() As GcBitmap
| Type | Description | 
|---|---|
| GcBitmap | A new instance of the GcBitmap class.  | 
    
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.  | 
    
| Type | Description | 
|---|---|
| GcBitmap | A new instance of the GcBitmap class.  | 
    
Loads the image into an existing instance of GcBitmap.
public void ToGcBitmap(GcBitmap bmp)
Public Sub ToGcBitmap(bmp As GcBitmap)
| Type | Name | Description | 
|---|---|---|
| GcBitmap | bmp | The destination GcBitmap object.  |