Creating a Dictionary Representation From a Geometric Primitive
CGPointCreateDictionaryRepresentation
CGSizeCreateDictionaryRepresentation
CGRectCreateDictionaryRepresentation
Creating a Geometric Primitive From a Dictionary Representation
CGPointMakeWithDictionaryRepresentation
CGSizeMakeWithDictionaryRepresentation
CGRectMakeWithDictionaryRepresentation
Creating a Geometric Primitive From Values
CGPointMake
CGRectMake(x, y, width, height)
- 指定した座標と寸法の値を代入したCGRect構造体を返す。値の型はCGFloat。x,yはMacと異なり左上の座標となる。
CGSizeMake
Modifying Rectangles
CGRectDivide
CGRectInset
CGRectIntegral
CGRectIntersection
CGRectOffset
CGRectStandardize
CGRectUnion
0 件のコメント:
コメントを投稿