Initializes a new instance of the Point class.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public Point ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The x-coordinate of the new point.
The y-coordinate of the new point.
See Also