BitmapDataExtensionsBeginDrawBeziers Method

Overload List

BeginDrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of one-pixel wide cubic Bézier curves with the specified color asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of one-pixel wide cubic Bézier curves with the specified color asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of cubic Bézier curves with the specified Pen asynchronously.
BeginDrawBeziers(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of cubic Bézier curves with the specified Pen asynchronously.

See Also