CGSize

extension CGSize: Vector
  • Undocumented

    Declaration

    Swift

    public init(_ vector: Vector)
  • x

    Undocumented

    Declaration

    Swift

    public var x: CGFloat { get set }
  • y

    Undocumented

    Declaration

    Swift

    public var y: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    public init(x: CGFloat, y: CGFloat)