BitmapDataExtensionsBeginFillPolygon Method

Overload List

BeginFillPolygon(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified color asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified color asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Brush, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified Brush asynchronously.
BeginFillPolygon(IReadWriteBitmapData, Brush, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to fill a polygon with the specified Brush asynchronously.

See Also