var boundingRect : CGRect
A rectangle containing all path segments.
全てのパス断片を含んでいる矩形を返します。
var cgPath : CGPath
An immutable path representing the elements in the path.
パスの中の要素それらを表している不変パス。
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.
パスがゼロ個の要素を含むかどうかを指し示しているブール値。