| Vector2DToXna Method |
Converts this
Vector2D (DigitalRune Mathematics) to
Vector2
(XNA Framework).
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax Public Function ToXna As Vector2
member ToXna : unit -> Vector2
Return Value
Type:
Vector2The
Vector2 (XNA Framework).
Remarks
This method is available only in the XNA-compatible build of the
DigitalRune.Mathematics.dll.
See Also