PlusShape Constructor(Point,Point)
In This Topic
Initializes a new instance of a
PlusShape.
Syntax
'Declaration
Public Function New( _
ByVal As System.Drawing.Point, _
ByVal As System.Drawing.Point _
)
public PlusShape(
System.Drawing.Point ,
System.Drawing.Point
)
Parameters
- pt1
- The start point of the line, coordinates in twips.
- pt2
- The end point of the line, coordinates in twips.
See Also