DeviceTGraphicContext, TRenderingOptionsLineTo Method |
Appends a straight line segment from the current point to the point (pt). The new current point is pt.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public abstract void LineTo(
PointF pt
)
Public MustOverride Sub LineTo (
pt As PointF
)
public:
virtual void LineTo(
PointF pt
) abstract
abstract LineTo :
pt : PointF -> unit
Parameters
- pt
- Type: System.DrawingPointF
Point of where to create the line to.
Implements
IDeviceLineTo(PointF)See Also