|
| CGPoint | CGPointMake (float x, float y) |
| |
| CGSize | CGSizeMake (float width, float height) |
| |
| CGRect | CGRectMake (float x, float y, float width, float height) |
| |
| float | CGRectGetMinX (CGRect rect) |
| |
| float | CGRectGetMidX (CGRect rect) |
| |
| float | CGRectGetMaxX (CGRect rect) |
| |
| float | CGRectGetMinY (CGRect rect) |
| |
| float | CGRectGetMidY (CGRect rect) |
| |
| float | CGRectGetMaxY (CGRect rect) |
| |
| float | CGRectGetWidth (CGRect rect) |
| |
| float | CGRectGetHeight (CGRect rect) |
| |
| int | CGPointEqualToPoint (CGPoint point1, CGPoint point2) |
| |
| int | CGSizeEqualToSize (CGSize size1, CGSize size2) |
| |
| int | CGRectEqualToRect (CGRect rect1, CGRect rect2) |
| |
| CGRect | CGRectStandardize (CGRect rect) |
| |
| int | CGRectIsEmpty (CGRect rect) |
| |
| int | CGRectIsNull (CGRect rect) |
| |
| CGRect | CGRectInset (CGRect rect, float dx, float dy) |
| |
| CGRect | CGRectIntegral (CGRect rect) |
| |
| CGRect | CGRectUnion (CGRect r1, CGRect r2) |
| |
| CGRect | CGRectIntersection (CGRect r1, CGRect r2) |
| |
| CGRect | CGRectOffset (CGRect rect, float dx, float dy) |
| |
| void | CGRectDivide (CGRect rect, CGRect *slice, CGRect *remainder, float amount, CGRectEdge edge) |
| |
| int | CGRectContainsPoint (CGRect rect, CGPoint point) |
| |
| int | CGRectContainsRect (CGRect rect1, CGRect rect2) |
| |
| int | CGRectIntersectsRect (CGRect rect1, CGRect rect2) |
| |
xxx put contents here xxx
- Introduced In: from CoreGraphics-70.root
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: � 2000-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/