Bottom | CoreGraphics.CGRect | |
CGRect() | CoreGraphics.CGRect | |
CGRect(CGRect rect) | CoreGraphics.CGRect | |
CGRect(CGPoint point, CGSize size) | CoreGraphics.CGRect | |
CGRect(int x, int y, int width, int height) | CoreGraphics.CGRect | |
CGRect(double x, double y, double width, double height) | CoreGraphics.CGRect | |
CGRect(nfloat x, nfloat y, nfloat width, nfloat height) | CoreGraphics.CGRect | |
CGRect(Rect rect) | CoreGraphics.CGRect | |
CGRect(RectF rect) | CoreGraphics.CGRect | |
Contains(CGPoint point) | CoreGraphics.CGRect | |
Contains(CGRect rect) | CoreGraphics.CGRect | |
Contains(int x, int y) | CoreGraphics.CGRect | |
Contains(double x, double y) | CoreGraphics.CGRect | |
Contains(nfloat x, nfloat y) | CoreGraphics.CGRect | |
Copy(CGRect rect) | CoreGraphics.CGRect | |
FromLTRB(nfloat left, nfloat top, nfloat right, nfloat bottom) | CoreGraphics.CGRect | static |
GetMaxX() | CoreGraphics.CGRect | |
GetMaxY() | CoreGraphics.CGRect | |
GetMinX() | CoreGraphics.CGRect | |
GetMinY() | CoreGraphics.CGRect | |
Height | CoreGraphics.CGRect | |
Inflate(CGRect rect, nfloat width, nfloat height) | CoreGraphics.CGRect | static |
Inflate(CGSize size) | CoreGraphics.CGRect | |
Inflate(int width, int height) | CoreGraphics.CGRect | |
Inflate(double width, double height) | CoreGraphics.CGRect | |
Inflate(nfloat width, nfloat height) | CoreGraphics.CGRect | |
Intersect(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
Intersect(CGRect rect) | CoreGraphics.CGRect | |
IntersectsWith(CGRect rect) | CoreGraphics.CGRect | |
Left | CoreGraphics.CGRect | |
Location | CoreGraphics.CGRect | |
Offset(CGPoint point) | CoreGraphics.CGRect | |
Offset(int x, int y) | CoreGraphics.CGRect | |
Offset(double x, double y) | CoreGraphics.CGRect | |
Offset(nfloat x, nfloat y) | CoreGraphics.CGRect | |
operator CGRect(Rect rect) | CoreGraphics.CGRect | static |
operator CGRect(RectF rect) | CoreGraphics.CGRect | static |
operator Rect(CGRect rect) | CoreGraphics.CGRect | static |
operator RectF(CGRect rect) | CoreGraphics.CGRect | static |
operator!=(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator+(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator-(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator<(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator<=(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator==(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator>(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
operator>=(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
Right | CoreGraphics.CGRect | |
Size | CoreGraphics.CGRect | |
Top | CoreGraphics.CGRect | |
ToString() | CoreGraphics.CGRect | |
Union(CGRect a, CGRect b) | CoreGraphics.CGRect | static |
Width | CoreGraphics.CGRect | |
X | CoreGraphics.CGRect | |
Y | CoreGraphics.CGRect | |