[]
Create graphics for bitmap.
[CLSCompliant(false)]
public static GcGraphics CreateGraphics(GcBitmap bmp, Color? clr = null)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bmp | The bitmap object. |
| Color? | clr | The fill color, by dafauly not used. |
| Type | Description |
|---|---|
| GcGraphics | The graphics object. |