Point2d Constructor(Single,Single)
Initializes a new instance of the Point2d class.
[Visual Basic]
Public Function New( _
ByVal x As Single, _
ByVal y As Single _
)
[C#]
public Point2d(
float x,
float y
);
Parameters
- x
- The x coordinate of a point in a two-dimensional plane.
- y
- The y coordinate of a point in a two-dimensional plane.
See Also
Point2d Class
| Point2d Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.