Type Alias

NSRectPointer

Type indicating a parameter is a pointer to an NSRect structure. あるパラメータがNSRect構造体へのポインタであるのを指し示している型。

Declaration 宣言

typealias NSRectPointer = UnsafeMutablePointer<NSRect>

See Also 参照

Related Types 関連する型