BitmapDataExtensionsDrawBeziers Method

Overload List

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

See Also