| DrawLine(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions) | Draws a one-pixel wide line between two points with the specified color. |
| DrawLine(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions) | Draws a one-pixel wide line between two points with the specified color. |
| DrawLine(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions, ParallelConfig) | Draws a one-pixel wide line between two points with the specified color. |
| DrawLine(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions, ParallelConfig) | Draws a one-pixel wide line between two points with the specified color. |
| DrawLine(IReadWriteBitmapData, Pen, Point, Point, DrawingOptions, ParallelConfig) | Draws a line between two points with the specified Pen. |
| DrawLine(IReadWriteBitmapData, Pen, PointF, PointF, DrawingOptions, ParallelConfig) | Draws a line between two points with the specified Pen. |
| DrawLine(IReadWriteBitmapData, IAsyncContext, Color32, Point, Point, DrawingOptions) | Draws a one-pixel wide line between two points with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawLine(IReadWriteBitmapData, IAsyncContext, Color32, PointF, PointF, DrawingOptions) | Draws a one-pixel wide line between two points with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawLine(IReadWriteBitmapData, IAsyncContext, Pen, Point, Point, DrawingOptions) | Draws a line between two points with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawLine(IReadWriteBitmapData, IAsyncContext, Pen, PointF, PointF, DrawingOptions) | Draws a line between two points with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawLine(IReadWriteBitmapData, Color32, Int32, Int32, Int32, Int32, DrawingOptions) | Draws a one-pixel wide line between two points with the specified color. |
| DrawLine(IReadWriteBitmapData, Color32, Single, Single, Single, Single, DrawingOptions) | Draws a one-pixel wide line between two points with the specified color. |