line_to method
line_to
Appends a straight line segment from the current point to the point (pt). The new current point is pt.
def line_to(self, pt):
...
Parameter | Type | Description |
---|---|---|
pt | aspose.pydrawing.PointF | Point of where to create the line to. |
See Also
- module
aspose.svg.rendering
- class
DeviceAdapter