Contents

NSPointToCGPoint(_:)

Returns a CGPoint typecast from an NSPoint.

Declaration

func NSPointToCGPoint(_ nspoint: NSPoint) -> CGPoint

Return Value

A CGPoint typecast from an NSPoint.

See Also

Related Documentation

Managing Points