BitmapDataExtensionsFillPolygon Method

Overload List

FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) Fills a polygon with the specified color.
FillPolygon(IReadWriteBitmapData, Brush, IEnumerablePoint, DrawingOptions, ParallelConfig) Fills a polygon with the specified Brush.
FillPolygon(IReadWriteBitmapData, Brush, IEnumerablePointF, DrawingOptions, ParallelConfig) Fills a polygon with the specified Brush.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) Fills a polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) Fills a polygon with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Brush, IEnumerablePoint, DrawingOptions) Fills a polygon with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.
FillPolygon(IReadWriteBitmapData, IAsyncContext, Brush, IEnumerablePointF, DrawingOptions) Fills a polygon with the specified Brush, using a context that may belong to a higher level, possibly asynchronous operation.

See Also