Initializes a new instance of the Vector class with the specified X and Y coordinates.
Namespace: MindFusion.Drawing
File: Vector.js
JavaScript Copy Code |
---|
function Vector (x, y) |
Number. The X-coordinate of the Vector.
Number. The Y-coordinate of the Vector.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |