| DrawLineAsync(IReadWriteBitmapData, Color32, Point, Point, DrawingOptions, TaskConfig) | Draws a one-pixel wide line between two points with the specified color asynchronously. |
| DrawLineAsync(IReadWriteBitmapData, Color32, PointF, PointF, DrawingOptions, TaskConfig) | Draws a one-pixel wide line between two points with the specified color asynchronously. |
| DrawLineAsync(IReadWriteBitmapData, Pen, Point, Point, DrawingOptions, TaskConfig) | Draws a line between two points with the specified Pen asynchronously. |
| DrawLineAsync(IReadWriteBitmapData, Pen, PointF, PointF, DrawingOptions, TaskConfig) | Draws a line between two points with the specified Pen asynchronously. |