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

ns-rect FLI Type Descriptor

Summary

A foreign type for the Objective-C structure type NSRect.

Package

cocoa

Syntax

ns-rect

Description

The FLI type ns-rect is a structure type for use as the Objective-C type NSRect. The structure has two slots, :origin of foreign type ns-point and :size of foreign type ns-size.

When used directly in method definition or invocation, it allows automatic conversion to/from a vector of four elements of the form #(x y width height).

See also

ns-point
ns-size
set-ns-rect*


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