DX9ToolsR4 - Created by: X

Conversion.Vector2ToPointF Method 

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

[Visual Basic]
Public Shared Function Vector2ToPointF( _
   ByVal V As Vector2 _
) As PointF
[C#]
public static PointF Vector2ToPointF(
   Vector2 V
);

Parameters

V
The vector that will be converted and returned as a PointF.

Return Value

Returns the converted vector as a PointF.

See Also

Conversion Class | CBX.Libs.DX9ToolsR4 Namespace