Overload | Description |
Line(PointF,PointF,Color,Boolean,Boolean) | Draws a line or rectangle on a printer. |
Line(PointF,PointF,Color) | Draws a line on a printer. |
Line(PointF,PointF,Boolean,Boolean) | Draws a black line or rectangle on a printer. |
Line(PointF,PointF) | Draws a black line. |
Line(PointF,Color,Boolean,Boolean) | Draws a line or rectangle on a printer starting from the current draw location. |
Line(PointF,Color) | Draws a line on a printer starting at the current draw location. |
Line(PointF,Boolean,Boolean) | Draws a black line or rectangle on a printer starting at the current draw location. |
Line(PointF) | Draws a black line starting at the current draw location. |
Line(Point,Point,Color,Boolean,Boolean) | Draws a line or rectangle on a printer |
Line(Point,Point,Color) | Draws a line on a printer |
Line(Point,Point,Boolean,Boolean) | Draws a black line or rectangle on a printer |
Line(Point,Point) | Draws a black line |
Line(Point,Color,Boolean,Boolean) | Draws a line or rectangle on a printer starting from the current draw location |
Line(Point,Color) | Draws a line on a printer starting at the current draw location. |
Line(Point,Boolean,Boolean) | Draws a black line or rectangle on a printer starting at the current draw location. |
Line(Point) | Draws a black line starting at the current draw location. |