[]
Creates a System.Drawing.Bitmap from the image.
public Bitmap ToGdiBitmap()
| Type | Description |
|---|---|
| Bitmap |
Creates a System.Drawing.Bitmap from a part of the image.
public Bitmap ToGdiBitmap(ImageRect srcRect)
| Type | Name | Description |
|---|---|---|
| ImageRect | srcRect | The source rectangle within the image. |
| Type | Description |
|---|---|
| Bitmap |