Point2L Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the
Point2L struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Point2L(
System.int ,
System.int
)
Parameters
- x
- y
See Also