[]
Retrieves the underlying GcBitmap object, or creates a new GcBitmap that contains the image data.
Note that you should dispose the returned GcBitmap if disposeAfterUse is true.
public GcBitmap ToGcBitmap(out bool disposeAfterUse)
Public Function ToGcBitmap(ByRef disposeAfterUse As Boolean) As GcBitmap
| Type | Name | Description |
|---|---|---|
| bool | disposeAfterUse | OUT: Indicates whether the returned GcBitmap should be disposed by the user. |
| Type | Description |
|---|---|
| GcBitmap | A GcBitmap object containing the image. |