CGRect

A structure that contains the location and dimensions of a rectangle.

version(D_ObjectiveC)
extern (Objective-C)
struct CGRect {}

Members

Variables

origin
CGPoint origin;
Undocumented in source.
size
CGSize size;
Undocumented in source.

Meta