DX9ToolsR4 - Created by: X

Conversion.Vector2ToPoint Method 

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

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

Parameters

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

Return Value

Returns the converted vector as a point.

See Also

Conversion Class | CBX.Libs.DX9ToolsR4 Namespace