All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 4 Cocoa Reference

set-ns-point* Function

Summary

Set the slots in a ns-point structure.

Package

cocoa

Signature

set-ns-point* point x y => point

Arguments
point
A pointer to a foreign object of type ns-point.
A real.
A real.
Values
point
A pointer to a foreign object of type ns-point.
Description

The function set-ns-point* sets the slots of the foreign ns-point structure pointed to by point to the values of x and y. point is returned.

See also

ns-point
set-ns-rect*


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:33