Enumeration
RectangleCorner
public enum RectangleCorner: Hashable
Relationships
Conforms To
Hashable
Enumeration Cases
topLeading
case topLeading
topTrailing
case topTrailing
bottomLeading
case bottomLeading
bottomTrailing
case bottomTrailing
Methods
opposite(alongAxis:)
public func opposite(alongAxis axis: Axis) -> Self