Searched defs:IRect (Results 1 – 4 of 4) sorted by relevance
55 struct IRect { struct56 int32_t left;57 int32_t top;58 int32_t right;59 int32_t bottom;
4354 export type IRect = Int32Array; alias
267 message IRect { message