Clip Types
TheclipTypefield of a clip data structure (of typeTQAClip) specifies a clip type. You use these constants to assign a value to that field.
typedef enum TQAClipType { kQAClipRgn = 0, kQAClipWin32Rgn = 1 } TQAClipType;Constant descriptions
kQAClipRgn- A clipping region.
kQAClipWin32Rgn- A Windows 32 clipping region.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help