DX9ToolsR4 - Created by: X

Conversion.PointFToVector2 Method 

The PointFToVector2 is used to convert a PointF structure to a Vector3 structure.

[Visual Basic]
Public Shared Function PointFToVector2( _
   ByVal P As PointF _
) As Vector2
[C#]
public static Vector2 PointFToVector2(
   PointF 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