Class AspectRatioExtensions
Inheritance
System.Object
AspectRatioExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Immersive
Assembly: cs.temp.dll.dll
Syntax
public static class AspectRatioExtensions
Methods
GetFloatValue(AspectRatio)
Returns a float representation of the aspect ratio. This value is the width/height.
Declaration
public static float GetFloatValue(this AspectRatio aspectRatio)
Parameters
| Type | Name | Description |
|---|---|---|
| AspectRatio | aspectRatio | The AspectRatio to get the float representation of. |
Returns
| Type | Description |
|---|---|
| System.Single | The floating point representation of the specified AspectRatio. |