var boundingRect : CGRect
A rectangle containing all path segments.
全てのパス断片を含んでいる矩形を返します。
var cgPath : CGPath
An immutable path representing the elements in the path.
パスの中の要素それらを表している不変パス。
func contains(CGPoint, eoFill : Bool) -> Bool
Returns true if the path contains a specified point.
パスがある指定された点を含むならばtrueを返します。
var currentPoint : CGPoint?
Returns the last point in the path, or nil if the path contains no points.
var description: String
A description of the path that may be used to recreate the path via
init?(_:)
.