BitmapDataExtensionsDrawBeziersAsync Method

Overload List

DrawBeziersAsync(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of one-pixel wide cubic Bézier curves with the specified color asynchronously.
DrawBeziersAsync(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of one-pixel wide cubic Bézier curves with the specified color asynchronously.
DrawBeziersAsync(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of cubic Bézier curves with the specified Pen asynchronously.
DrawBeziersAsync(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of cubic Bézier curves with the specified Pen asynchronously.

See Also