Crop Object Class

Overview

The Crop object class displays an image that is specified as a pixmap. It is identical to the ImageObject class with the following exception. When a Crop object is created interractively inside an Image widget, or a widget whose class is derived from the Image class, the object captures the image underneath.

A Crop object can be created interractively by using XintEditObjectInsert directly, or through the ObjectEditor widget class.


Inherited Behavior and Resources

The Crop object class inherits behavior and resources from the Xt Object, INT Graphic, Rectangle and ImageObject classes. No new resources are defined by the Crop object class.

Macros

Macro XintIsCrop returns True if the specified object is a Crop object.

     Boolean XintIsCrop (Object object)