BitmapDataExtensionsDrawLinesAsync Method

Overload List

DrawLinesAsync(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of connected, one-pixel wide lines with the specified color asynchronously.
DrawLinesAsync(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of connected, one-pixel wide lines with the specified color asynchronously.
DrawLinesAsync(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, TaskConfig) Draws a series of connected lines with the specified Pen asynchronously.
DrawLinesAsync(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, TaskConfig) Draws a series of connected lines with the specified Pen asynchronously.

See Also