BitmapDataExtensionsDrawQuadraticCurvesAsync Method

Overload List

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

See Also