Type Alias

NSSizePointer

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

Declaration 宣言

typealias NSSizePointer = UnsafeMutablePointer<NSSize>

See Also 参照

Related Types 関連する型