| DrawQuadraticCurves(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) | Draws a series of one-pixel wide quadratic Bézier curves with the specified color. |
| DrawQuadraticCurves(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) | Draws a series of one-pixel wide quadratic Bézier curves with the specified color. |
| DrawQuadraticCurves(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) | Draws a series of one-pixel wide quadratic Bézier curves with the specified color. |
| DrawQuadraticCurves(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) | Draws a series of one-pixel wide quadratic Bézier curves with the specified color. |
| DrawQuadraticCurves(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, ParallelConfig) | Draws a series of quadratic Bézier curves with the specified Pen. |
| DrawQuadraticCurves(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, ParallelConfig) | Draws a series of quadratic Bézier curves with the specified Pen. |
| DrawQuadraticCurves(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) | Draws a series of one-pixel wide quadratic Bézier curves with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawQuadraticCurves(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) | Draws a series of one-pixel wide quadratic Bézier curves with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawQuadraticCurves(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePoint, DrawingOptions) | Draws a series of quadratic Bézier curves with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawQuadraticCurves(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePointF, DrawingOptions) | Draws a series of quadratic Bézier curves with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation. |