Struct UIAnchors
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Assembly: AxEngine.dll
Syntax
Constructors
|
Improve this Doc
View Source
UIAnchors(Single, Single, Single, Single)
Declaration
public UIAnchors(float left, float top, float right, float bottom)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
top |
|
System.Single |
right |
|
System.Single |
bottom |
|
Fields
|
Improve this Doc
View Source
Bottom
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Left
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Right
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Top
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
Height
Declaration
public float Height { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Max
Declaration
public Vector2 Max { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Min
Declaration
public Vector2 Min { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Size
Declaration
public Vector2 Size { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Width
Declaration
public float Width { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Zero
Declaration
public static UIAnchors Zero { get; }
Property Value