|
|
Drawing Methods |
| Name | Description | |
|---|---|---|
| FillRectangle(BitmapData, Rectangle, Color) |
Fill rectangle on the specified image.
| |
| FillRectangle(UnmanagedImage, Rectangle, Color) |
Fill rectangle on the specified image.
| |
| Line(BitmapData, IntPoint, IntPoint, Color) |
Draw a line on the specified image.
| |
| Line(UnmanagedImage, IntPoint, IntPoint, Color) |
Draw a line on the specified image.
| |
| Polygon(BitmapData, ListIntPoint, Color) |
Draw a polygon on the specified image.
| |
| Polygon(UnmanagedImage, ListIntPoint, Color) |
Draw a polygon on the specified image.
| |
| Polyline(BitmapData, ListIntPoint, Color) |
Draw a polyline on the specified image.
| |
| Polyline(UnmanagedImage, ListIntPoint, Color) |
Draw a polyline on the specified image.
| |
| Rectangle(BitmapData, Rectangle, Color) |
Draw rectangle on the specified image.
| |
| Rectangle(UnmanagedImage, Rectangle, Color) |
Draw rectangle on the specified image.
|