CGSize

A structure that contains width and height values.

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

Members

Manifest constants

zero
enum zero;

The size whose width and height are both zero.

Variables

height
double height;
Undocumented in source.
width
double width;
Undocumented in source.

Meta