最終更新:2012-09-21 (金) 10:45:46 (4232d)  

CGSize
Top / CGSize

定義

struct CGSize {
   CGFloat width;
   CGFloat height;
};
typedef struct CGSize CGSize;

関連