Appends a straight line segment from the current point to the point (pt). The new current point is pt.
Namespace: Aspose.Svg.Rendering.PdfAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic override void LineTo(
PointF pt
)
Public Overrides Sub LineTo (
pt As PointF
)
public:
virtual void LineTo(
PointF pt
) override
abstract LineTo :
pt : PointF -> unit
override LineTo :
pt : PointF -> unit Parameters
- pt
- Type: System.DrawingPointF
Point of where to create the line to.
Implements
IDeviceLineTo(PointF)
See Also