+ valueWithCGPoint:
Creates a new value object containing the specified CoreGraphics point structure.
指定されたCoreGraphics point構造体を含んでいる新しい値オブジェクトを作成します。
+ valueWithCGVector:
Creates a new value object containing the specified CoreGraphics vector structure.
指定されたCoreGraphicsベクター構造体を含んでいる新しい値オブジェクトを作成します。
+ valueWithCGRect:
Creates a new value object containing the specified CoreGraphics rectangle structure.
指定されたCoreGraphics矩形構造体を含んでいる新しい値オブジェクトを作成します。
+ valueWithCGAffineTransform:
Creates a new value object containing the specified CoreGraphics affine transform structure.
指定されたCoreGraphicsアフィン変換構造体を含んでいる新しい値オブジェクトを作成します。
CGPointValue
Returns the CoreGraphics point structure representation of the value.
その値のCoreGraphics point構造体表現を返します。
CGVectorValue
Returns the CoreGraphics vector structure representation of the value.
その値のCoreGraphicsベクター構造体表現を返します。
CGSizeValue
Returns the CoreGraphics size structure representation of the value.
その値のCoreGraphicsサイズ構造体表現を返します。
CGRectValue
Returns the CoreGraphics rectangle structure representation of the value.
その値のCoreGraphics矩形構造体表現を返します。
CGAffineTransformValue
Returns the CoreGraphics affine transform representation of the value.
その値のCoreGraphicsアフィン変換表現を返します。