Initializes a new instance of the Vector class with the specified X and Y coordinates.
Namespace: MindFusion.DrawingFile: Vector.js
function Vector (x, y)
Number. The X-coordinate of the Vector.
Number. The Y-coordinate of the Vector.
Vector ClassMindFusion.Drawing Namespace