Struct Alignment
- Namespace
- Lime
- Assembly
- Lime.dll
- Inherited Members
-
Constructors
Alignment(HAlignment, VAlignment)
public Alignment(HAlignment horizontalAlignment, VAlignment verticalAlignment)
Parameters
horizontalAlignment
HAlignment
verticalAlignment
VAlignment
Fields
Center
public static readonly Alignment Center
Field Value
- Alignment
CenterBottom
public static readonly Alignment CenterBottom
Field Value
- Alignment
CenterTop
public static readonly Alignment CenterTop
Field Value
- Alignment
LeftBottom
public static readonly Alignment LeftBottom
Field Value
- Alignment
LeftCenter
public static readonly Alignment LeftCenter
Field Value
- Alignment
LeftTop
public static readonly Alignment LeftTop
Field Value
- Alignment
RightBottom
public static readonly Alignment RightBottom
Field Value
- Alignment
RightCenter
public static readonly Alignment RightCenter
Field Value
- Alignment
RightTop
public static readonly Alignment RightTop
Field Value
- Alignment
Properties
X
[YuzuMember("0")]
public HAlignment X { readonly get; set; }
Property Value
- HAlignment
Y
[YuzuMember("1")]
public VAlignment Y { readonly get; set; }
Property Value
- VAlignment
Operators
operator ==(Alignment, Alignment)
public static bool operator ==(Alignment lhs, Alignment rhs)
Parameters
lhs
Alignment
rhs
Alignment
Returns
- bool
operator !=(Alignment, Alignment)
public static bool operator !=(Alignment lhs, Alignment rhs)
Parameters
lhs
Alignment
rhs
Alignment
Returns
- bool