Group

public struct Group

Undocumented

  • Undocumented

    Declaration

    Swift

    public let identifier: String
  • Undocumented

    Declaration

    Swift

    public let frame: Rectangle
  • Undocumented

    Declaration

    Swift

    public init(_ identifier: String = "root", frame: Rectangle = .zero)
  • Undocumented

    Declaration

    Swift

    public func translated(by point: Point) -> Group