PatternType

public extension PatternType

Undocumented

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

    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 solid: _cairo_pattern_type
  • Undocumented

    Declaration

    Swift

    static let surface: _cairo_pattern_type
  • Undocumented

    Declaration

    Swift

    static let linear: _cairo_pattern_type
  • Undocumented

    Declaration

    Swift

    static let radial: _cairo_pattern_type
  • Undocumented

    Declaration

    Swift

    static let mesh: _cairo_pattern_type
  • Undocumented

    Declaration

    Swift

    static let rasterSource: _cairo_pattern_type