ToVector2()
ToVector2()
Definition
Converts a System.Windows.Point structure to a SharpDX.Vector2 when Using SharpDX for Custom Chart Rendering.
Method Return Value
A new SharpDX.Vector2 constructed with the point parameters X and Y values.
Syntax
DxExtensions.ToVector2(this System.Windows.Point point)
\<point\>.ToVector2()

