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

NextPrevUpTopContentsIndex

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.

x

A real.

y

A real.

Values

point

The point argument.

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.

See also

ns-point
set-ns-rect*


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 21 Mar 2017

NextPrevUpTopContentsIndex