Initializes a new instance of the Vector class with the specified X and Y components.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public Vector ( |
X component of the vector.
Y component of the vector.
See Also