CGRectData
struct CGRectData : Equatable, Identifiable
placeholder struct to hold CGRect data.
-
placeholder to store id
Declaration
Swift
let id: UUID -
placeholder to CGRect data
Declaration
Swift
var rect: CGRect -
equatable override
Declaration
Swift
static func == (lhs: CGRectData, rhs: CGRectData) -> BoolParameters
lhslhs variable for comparison
rhslhs variable for comparison
CGRectData Structure Reference