Initializes a new instance of the Vector structure with specified coordinates.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Vector ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
X coordinate of the vector.
Y coordinate of the vector.
See Also