Contents

NSPointFromCGPoint(_:)

Returns an NSPoint typecast from a CGPoint.

Declaration

func NSPointFromCGPoint(_ cgpoint: CGPoint) -> NSPoint

Return Value

An NSPoint typecast from a CGPoint.

See Also

Related Documentation

Managing Points