- AspectFill
SKRect AspectFill(SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
- AspectFit
SKRect AspectFit(SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Bottom
float Bottom()
Undocumented in source. Be warned that the author may not have intended to support it.
- Bottom
void Bottom(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(SKPoint pt)
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- Height
float Height()
Undocumented in source. Be warned that the author may not have intended to support it.
- Inflate
void Inflate(SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Inflate
void Inflate(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Intersect
void Intersect(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- IntersectsWith
bool IntersectsWith(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- IntersectsWithInclusive
bool IntersectsWithInclusive(SKRect 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
float Left()
Undocumented in source. Be warned that the author may not have intended to support it.
- Left
void Left(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Location
SKPoint Location()
Undocumented in source. Be warned that the author may not have intended to support it.
- Location
void Location(SKPoint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- MidX
float MidX()
Undocumented in source. Be warned that the author may not have intended to support it.
- MidY
float MidY()
Undocumented in source. Be warned that the author may not have intended to support it.
- Offset
void Offset(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Offset
void Offset(SKPoint pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- Right
float Right()
Undocumented in source. Be warned that the author may not have intended to support it.
- Right
void Right(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Size
SKSize Size()
Undocumented in source. Be warned that the author may not have intended to support it.
- Size
void Size(SKSize value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Standardized
SKRect 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
float Top()
Undocumented in source. Be warned that the author may not have intended to support it.
- Top
void Top(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Union
void Union(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- Width
float Width()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
SKRect opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRect Create(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRect Create(SKPoint location, SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRect Create(SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRect Create(float width, float height)
Undocumented in source. Be warned that the author may not have intended to support it.
- Create
SKRect Create(float x, float y, float width, float height)
Undocumented in source. Be warned that the author may not have intended to support it.
- Inflate
SKRect Inflate(SKRect rect, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Intersect
SKRect Intersect(SKRect a, SKRect b)
Undocumented in source. Be warned that the author may not have intended to support it.
- Union
SKRect Union(SKRect a, SKRect b)
Undocumented in source. Be warned that the author may not have intended to support it.