Path

extension Path
  • CGPath representation of Path.

    Declaration

    Swift

    public var cgPath: CGPath { get }
  • Creates a Path with a CGPath.

    Declaration

    Swift

    public init(_ cgPath: CGPath?)