Point Explicit Conversion (Point to Vector)
.NET Framework (current version)
Creates a Vector structure with an X value equal to the point's X value and a Y value equal to the point's Y value.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- point
-
Type:
System.Windows::Point
The point to convert.
Return Value
Type: System.Windows::VectorA vector with an X value equal to the point's X value and a Y value equal to the point's Y value.
.NET Framework
Available since 3.0
Available since 3.0
Show: