BitmapDataExtensionsBeginDrawLines Method

Overload List

BeginDrawLines(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of connected, one-pixel wide lines with the specified color asynchronously.
BeginDrawLines(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of connected, one-pixel wide lines with the specified color asynchronously.
BeginDrawLines(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, AsyncConfig) Begins to draw a series of connected lines with the specified Pen asynchronously.
BeginDrawLines(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, AsyncConfig) Begins to draw a series of connected lines with the specified Pen asynchronously.

See Also