Creating a Dictionary Representation From a Geometric Primitive
CGPointCreateDictionaryRepresentationCGSizeCreateDictionaryRepresentationCGRectCreateDictionaryRepresentation
Creating a Geometric Primitive From a Dictionary Representation
CGPointMakeWithDictionaryRepresentationCGSizeMakeWithDictionaryRepresentationCGRectMakeWithDictionaryRepresentation
Creating a Geometric Primitive From Values
CGPointMakeCGRectMake(x, y, width, height)- 指定した座標と寸法の値を代入したCGRect構造体を返す。値の型はCGFloat。x,yはMacと異なり左上の座標となる。
CGSizeMake
Modifying Rectangles
CGRectDivideCGRectInsetCGRectIntegralCGRectIntersectionCGRectOffsetCGRectStandardizeCGRectUnion
0 件のコメント:
コメントを投稿