Method | Description | |
---|---|---|
Above ( this source, |
||
AboveAll ( this source, |
||
AddHeight ( this source, int height ) : |
||
AddWidth ( this source, int width ) : |
||
Align ( this source, |
||
AlignAndScale ( this source, |
||
AlignHorisonallyByCenter ( this source, |
||
AlignHorisontally ( this source, |
||
AlignTopRight ( this source, |
||
AlignVertically ( this source, |
||
AlignVerticallyByCenter ( this source, |
||
Below ( this source, |
||
BottomHalf ( this source ) : |
||
CenterInsideOf ( this source, Rect target ) : Rect | ||
Clip ( this source, Rect target ) : Rect | ||
Cover ( this source ) : Rect | ||
InnerAlignWithBottomCenter ( this source, Rect target ) : Rect | ||
InnerAlignWithBottomLeft ( this source, Rect target ) : Rect | ||
InnerAlignWithBottomRight ( this source, Rect target ) : Rect | ||
InnerAlignWithCenterLeft ( this source, Rect target ) : Rect | ||
InnerAlignWithCenterRight ( this source, Rect target ) : Rect | ||
InnerAlignWithUpperRight ( this source, Rect target ) : Rect | ||
LeftHalf ( this source ) : Rect | ||
LeftOf ( this source, Rect target ) : Rect | ||
Pad ( this source, float left, float top, float right, float bottom ) : Rect | ||
PadSides ( this source, float padding ) : Rect | ||
RightHalf ( this source ) : Rect | ||
RightOf ( this source, Rect target ) : Rect | ||
StretchedVerticallyAlong ( this source, Rect target ) : Rect | ||
TopHalf ( this source ) : Rect | ||
Translate ( this source, float x, float y ) : Rect | ||
WithHeight ( this source, float height ) : Rect | ||
WithOrigin ( this source, float x, float y ) : Rect | ||
WithSize ( this source, float width, float height ) : Rect | ||
WithWidth ( this source, float width ) : Rect |
public static Above ( this source, |
||
source | this | |
target | ||
return |
public static AboveAll ( this source, |
||
source | this | |
target | ||
i | int | |
return |
public static AddHeight ( this source, int height ) : |
||
source | this | |
height | int | |
return |
public static AddWidth ( this source, int width ) : |
||
source | this | |
width | int | |
return |
public static Align ( this source, |
||
source | this | |
target | ||
return |
public static AlignAndScale ( this source, |
||
source | this | |
target | ||
return |
public static AlignHorisonallyByCenter ( this source, |
||
source | this | |
target | ||
return |
public static AlignHorisontally ( this source, |
||
source | this | |
target | ||
return |
public static AlignTopRight ( this source, |
||
source | this | |
target | ||
return |
public static AlignVertically ( this source, |
||
source | this | |
target | ||
return |
public static AlignVerticallyByCenter ( this source, |
||
source | this | |
target | ||
return |
public static Below ( this source, |
||
source | this | |
belowSource | ||
return |
public static BottomHalf ( this source ) : |
||
source | this | |
return |
public static CenterInsideOf ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static Clip ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static InnerAlignWithBottomCenter ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static InnerAlignWithBottomLeft ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static InnerAlignWithBottomRight ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static InnerAlignWithCenterLeft ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static InnerAlignWithCenterRight ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static InnerAlignWithUpperRight ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static LeftHalf ( this source ) : Rect | ||
source | this | |
return | Rect |
public static LeftOf ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static Pad ( this source, float left, float top, float right, float bottom ) : Rect | ||
source | this | |
left | float | |
top | float | |
right | float | |
bottom | float | |
return | Rect |
public static PadSides ( this source, float padding ) : Rect | ||
source | this | |
padding | float | |
return | Rect |
public static RightHalf ( this source ) : Rect | ||
source | this | |
return | Rect |
public static RightOf ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static StretchedVerticallyAlong ( this source, Rect target ) : Rect | ||
source | this | |
target | Rect | |
return | Rect |
public static Translate ( this source, float x, float y ) : Rect | ||
source | this | |
x | float | |
y | float | |
return | Rect |
public static WithHeight ( this source, float height ) : Rect | ||
source | this | |
height | float | |
return | Rect |
public static WithOrigin ( this source, float x, float y ) : Rect | ||
source | this | |
x | float | |
y | float | |
return | Rect |
public static WithSize ( this source, float width, float height ) : Rect | ||
source | this | |
width | float | |
height | float | |
return | Rect |
public static WithWidth ( this source, float width ) : Rect | ||
source | this | |
width | float | |
return | Rect |