CoordType

public extension CoordType
  • Cast constructor, converting any binary integer to a CoordType.

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • specifies xy coordinates relative to the screen

    Declaration

    Swift

    static let screen: AtkCoordType
  • specifies xy coordinates relative to the widget’s top-level window

    Declaration

    Swift

    static let window: AtkCoordType
  • specifies xy coordinates relative to the widget’s immediate parent. Since: 2.30

    Declaration

    Swift

    static let parent: AtkCoordType