| DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) |
Draws a one-pixel wide polygon with the specified color.
|
| DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) |
Draws a one-pixel wide polygon with the specified color.
|
| DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) |
Draws a one-pixel wide polygon with the specified color.
|
| DrawPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) |
Draws a one-pixel wide polygon with the specified color.
|
| DrawPolygon(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, ParallelConfig) |
Draws a polygon with the specified Pen.
|
| DrawPolygon(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, ParallelConfig) |
Draws a polygon with the specified Pen.
|
| DrawPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) |
Draws a one-pixel wide polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
|
| DrawPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) |
Draws a one-pixel wide polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
|
| DrawPolygon(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePoint, DrawingOptions) |
Draws a polygon with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
|
| DrawPolygon(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePointF, DrawingOptions) |
Draws a polygon with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
|