Type Alias

NSPointPointer

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

Declaration 宣言

typealias NSPointPointer = UnsafeMutablePointer<NSPoint>

See Also 参照

Related Types 関連する型