Clip Data Structure
You specify a clipping region (for example, when creating a new draw context with theQADrawContextNewfunction) by filling in a clip data structure, defined by theTQAClipdata type. The clipping region determines which pixels are drawn to a device.
typedef struct TQAClip { TQAClipType clipType; TQAPlatformClip clip; } TQAClip;
Field Description
clipType- The clip type. See "Clip Types" (page 1-38) for the values you can assign to this field.
clip- A platform clip data structure.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help