最終更新:2012-09-21 (金) 10:46:58 (4233d)  

NSSize
Top / NSSize

typedef struct _NSSize {
      CGFloat width;
      CGFloat height;
} NSSize;

関連