init(cgPoint : CGPoint)
Creates a new value object containing the specified CoreGraphics point structure.
指定されたCoreGraphics point構造体を含んでいる新しい値オブジェクトを作成します。
init(cgVector : CGVector)
Creates a new value object containing the specified CoreGraphics vector structure.
指定されたCoreGraphicsベクター構造体を含んでいる新しい値オブジェクトを作成します。
init(cgRect : CGRect)
Creates a new value object containing the specified CoreGraphics rectangle structure.
指定されたCoreGraphics矩形構造体を含んでいる新しい値オブジェクトを作成します。
init(cgAffineTransform : CGAffineTransform)
Creates a new value object containing the specified CoreGraphics affine transform structure.
指定されたCoreGraphicsアフィン変換構造体を含んでいる新しい値オブジェクトを作成します。
var cgPointValue : CGPoint
Returns the CoreGraphics point structure representation of the value.
その値のCoreGraphics point構造体表現を返します。
var cgVectorValue : CGVector
Returns the CoreGraphics vector structure representation of the value.
その値のCoreGraphicsベクター構造体表現を返します。
var cgSizeValue : CGSize
Returns the CoreGraphics size structure representation of the value.
その値のCoreGraphicsサイズ構造体表現を返します。
var cgRectValue : CGRect
Returns the CoreGraphics rectangle structure representation of the value.
その値のCoreGraphics矩形構造体表現を返します。
var cgAffineTransformValue : CGAffineTransform
Returns the CoreGraphics affine transform representation of the value.
その値のCoreGraphicsアフィン変換表現を返します。