PathDataType

public extension PathDataType

Undocumented

  • Cast constructor, converting any binary integer to a PathDataType.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Undocumented

    Declaration

    Swift

    static let moveTo: _cairo_path_data_type
  • Undocumented

    Declaration

    Swift

    static let lineTo: _cairo_path_data_type
  • Undocumented

    Declaration

    Swift

    static let curveTo: _cairo_path_data_type
  • Undocumented

    Declaration

    Swift

    static let closePath: _cairo_path_data_type