Class Size2Extensions
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public static class Size2Extensions
- Inheritance
-
Size2Extensions
- Inherited Members
Methods
ToSize2(Size2F)
To the size2.
public static Size2 ToSize2(this Size2F s)
Parameters
sSize2FThe s.
Returns
- Size2
ToSize2(Vector2)
To the size2.
public static Size2 ToSize2(this Vector2 s)
Parameters
sVector2The s.
Returns
- Size2
ToSize2F(Vector2)
To the size2 f.
public static Size2F ToSize2F(this Vector2 s)
Parameters
sVector2The s.
Returns
- Size2F
ToSizeF(Size2)
To the size f.
public static Size2F ToSizeF(this Size2 s)
Parameters
sSize2The s.
Returns
- Size2F
ToVector2(Size2)
To the vector2.
public static Vector2 ToVector2(this Size2 s)
Parameters
sSize2The s.
Returns
ToVector2(Size2F)
To the vector2.
public static Vector2 ToVector2(this Size2F s)
Parameters
sSize2FThe s.