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?(_:)
.var isEmpty : Bool
A Boolean value indicating whether the path contains zero elements.
パスがゼロ個の要素を含むかどうかを指し示しているブール値。