FillRule

public extension FillRule

Undocumented

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

    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 winding: _cairo_fill_rule
  • Undocumented

    Declaration

    Swift

    static let evenOdd: _cairo_fill_rule