Function 関数

NSPointFromCGPoint(_:)

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

Declaration 宣言

func NSPointFromCGPoint(_ cgpoint: CGPoint) -> NSPoint

Return Value 戻り値

An NSPoint typecast from a CGPoint. CGPointから型キャストされたNSPoint

See Also 参照

Managing Points ポイントの管理

Related Documentation 関連文書