'Declaration Public Sub AddLine( _
ByVal p1A VintasoftPointF that represents the starting point of the line.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p2A VintasoftPointF that represents the endpoint of the line.As Vintasoft.Primitives.VintasoftPointF _
)
public void AddLine(
Vintasoft.Primitives.VintasoftPointF p1,
Vintasoft.Primitives.VintasoftPointF p2
)
public: void AddLine(
Vintasoft.Primitives.VintasoftPointF p1,
Vintasoft.Primitives.VintasoftPointF p2
)
public:
void AddLine(
Vintasoft.Primitives.VintasoftPointF p1,
Vintasoft.Primitives.VintasoftPointF p2
)
Parameters
- p1
- A VintasoftPointF that represents the starting point of the line.
- p2
- A VintasoftPointF that represents the endpoint of the line.