Vector2 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public struct Vector2
	type Vector2 = struct
		- Inheritance
 - 
				System.ValueTypeVector2
 
- Attributes
 - 
			System.ComponentModel.EditorBrowsableAttribute
 
Constructors
| Vector2(Double, Double) | |
| Vector2(Double) | |
| Vector2(Point) | 
Properties
| Length | |
| LengthSquared | |
| Normalized | |
| X | |
| Y | 
Methods
| AngleBetween(Vector2, Vector2) | |
| ToString() |