Device.DrawLine
Device.DrawLine method
Draws a line segment.
public virtual void DrawLine(double x1, double y1, double x2, double y2)
Parameter | Type | Description |
---|---|---|
x1 | Double | X coordinate of the beginning of segment. |
y1 | Double | Y coordinate of the beginning of segment. |
x2 | Double | X coordinate of the end of segment. |
y2 | Double | Y coordinate of the end of segment. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page