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