DX9ToolsR4 - Created by: X

Conversion.PointToVector2 Method 

The PointToVector2 is used to convert a Point structure to a Vector3 structure.

[Visual Basic]
Public Shared Function PointToVector2( _
   ByVal P As Point _
) As Vector2
[C#]
public static Vector2 PointToVector2(
   Point P
);

Parameters

P
The point that will be converted and returned as a vector2.

Return Value

Returns the converted point as a vector.

See Also

Conversion Class | CBX.Libs.DX9ToolsR4 Namespace