- AspectFill
SKRectI AspectFill(SKSizeI size)
Undocumented in source. Be warned that the author may not have intended to support it.
- AspectFit
SKRectI AspectFit(SKSizeI size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Bottom
int Bottom()
Undocumented in source. Be warned that the author may not have intended to support it.
- Bottom
void Bottom(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(SKPointI pt)
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(SKRectI rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- Height
int Height()
Undocumented in source. Be warned that the author may not have intended to support it.
- Inflate
void Inflate(SKSizeI size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Inflate
void Inflate(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- IntersectsWith
bool IntersectsWith(SKRectI rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- IntersectsWithInclusive
bool IntersectsWithInclusive(SKRectI rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- IsEmpty
bool IsEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- Left
int Left()
Undocumented in source. Be warned that the author may not have intended to support it.
- Left
void Left(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Location
SKPointI Location()
Undocumented in source. Be warned that the author may not have intended to support it.
- Location
void Location(SKPointI value)
Undocumented in source. Be warned that the author may not have intended to support it.
- MidX
int MidX()
Undocumented in source. Be warned that the author may not have intended to support it.
- MidY
int MidY()
Undocumented in source. Be warned that the author may not have intended to support it.
- Offset
void Offset(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Offset
void Offset(SKPointI pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- Right
int Right()
Undocumented in source. Be warned that the author may not have intended to support it.
- Right
void Right(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Size
SKSizeI Size()
Undocumented in source. Be warned that the author may not have intended to support it.
- Size
void Size(SKSizeI value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Standardized
SKRectI Standardized()
Undocumented in source. Be warned that the author may not have intended to support it.
- ToString
string ToString()
Undocumented in source. Be warned that the author may not have intended to support it.
- Top
int Top()
Undocumented in source. Be warned that the author may not have intended to support it.
- Top
void Top(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Union
void Union(SKRectI rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- Width
int Width()
Undocumented in source. Be warned that the author may not have intended to support it.
- Ceiling
SKRectI Ceiling(SKRect value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Ceiling
SKRectI Ceiling(SKRect value, bool outwards)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRectI Create(SKSizeI size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRectI Create(SKPointI location, SKSizeI size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRectI Create(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRectI Create(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- Floor
SKRectI Floor(SKRect value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Floor
SKRectI Floor(SKRect value, bool inwards)
Undocumented in source. Be warned that the author may not have intended to support it.
- Inflate
SKRectI Inflate(SKRectI rect, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Intersect
SKRectI Intersect(SKRectI a, SKRectI b)
Undocumented in source. Be warned that the author may not have intended to support it.
- Round
SKRectI Round(SKRect value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Truncate
SKRectI Truncate(SKRect value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Union
SKRectI Union(SKRectI a, SKRectI b)
Undocumented in source. Be warned that the author may not have intended to support it.