BitmapDataExtensionsDrawLines Method

Overload List

DrawLines(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Color32, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a series of connected, one-pixel wide lines with the specified color.
DrawLines(IReadWriteBitmapData, Pen, IEnumerablePoint, DrawingOptions, ParallelConfig) Draws a series of connected lines with the specified Pen.
DrawLines(IReadWriteBitmapData, Pen, IEnumerablePointF, DrawingOptions, ParallelConfig) Draws a series of connected lines with the specified Pen.
DrawLines(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePoint, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLines(IReadWriteBitmapData, IAsyncContext, Color32, IEnumerablePointF, DrawingOptions) Draws a series of connected, one-pixel wide lines with the specified color, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLines(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePoint, DrawingOptions) Draws a series of connected lines with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.
DrawLines(IReadWriteBitmapData, IAsyncContext, Pen, IEnumerablePointF, DrawingOptions) Draws a series of connected lines with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation.

See Also