Adds a line.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void AddLine( PointF point1, PointF point2 )
Public Sub AddLine ( point1 As PointF, point2 As PointF )
public: void AddLine( PointF point1, PointF point2 )
member AddLine : point1 : PointF * point2 : PointF -> unit
Parameters
- point1
- PointF
The point1.
- point2
- PointF
The point2.