Table of Contents

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

s Size2F

The s.

Returns

Size2

ToSize2(Vector2)

To the size2.

public static Size2 ToSize2(this Vector2 s)

Parameters

s Vector2

The s.

Returns

Size2

ToSize2F(Vector2)

To the size2 f.

public static Size2F ToSize2F(this Vector2 s)

Parameters

s Vector2

The s.

Returns

Size2F

ToSizeF(Size2)

To the size f.

public static Size2F ToSizeF(this Size2 s)

Parameters

s Size2

The s.

Returns

Size2F

ToVector2(Size2)

To the vector2.

public static Vector2 ToVector2(this Size2 s)

Parameters

s Size2

The s.

Returns

Vector2

ToVector2(Size2F)

To the vector2.

public static Vector2 ToVector2(this Size2F s)

Parameters

s Size2F

The s.

Returns

Vector2