Type Alias

NSRectArray

Type indicating a parameter is array of NSRect structures. あるパラメータがNSRect構造体の配列であるのを指し示している型。

Declaration 宣言

typealias NSRectArray = UnsafeMutablePointer<NSRect>

See Also 参照

Related Types 関連する型