Function 関数

NSPointToCGPoint(_:)

Returns a CGPoint typecast from an NSPoint. NSPointから型キャストされた、CGPointを返します。

Declaration 宣言

func NSPointToCGPoint(_ nspoint: NSPoint) -> CGPoint

Return Value 戻り値

A CGPoint typecast from an NSPoint. NSPointから型キャストされた、CGPoint

See Also 参照

Managing Points ポイントの管理

Related Documentation 関連文書