IRect
public struct IRect : Equatable
Undocumented
-
Undocumented
Declaration
Swift
public init(left: Int32, top: Int32, right: Int32, bottom: Int32)
-
Undocumented
Declaration
Swift
public init(x: Int32, y: Int32, width: Int32, height: Int32)
-
Undocumented
Declaration
Swift
public init(width: Int32, height: Int32)
-
Undocumented
Declaration
Swift
public static func ceiling(value: Rect, outwards: Bool) -> IRect
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }