path Returns a path object built from the current path information in a graphics context. Declarationvar path: CGPath? { get } See AlsoConstructing a Current Graphics PathbeginPath()move(to:)addLine(to:)addLines(between:)addRect(_:)addRects(_:)addEllipse(in:)addArc(center:radius:startAngle:endAngle:clockwise:)addArc(tangent1End:tangent2End:radius:)addCurve(to:control1:control2:)addQuadCurve(to:control:)addPath(_:)closePath()replacePathWithStrokedPath()