Important: The information in this document is obsolete and should not be used for new development.
|
|
Log In | Not a Member? |
Contact ADC |
FillCPoly
Use theFillCPolyprocedure to fill a polygon with a pixel pattern.
PROCEDURE FillCPoly (poly: PolyHandle; ppat: PixPatHandle);
poly- A handle to the polygon to be filled.
ppat- A handle to the
PixPatrecord for the pixel pattern to be used for the fill.DESCRIPTION
Using thepatCopypattern mode and the pixel pattern defined in aPixPatrecord (the handle for which you pass in theppatparameter), theFillCPolyprocedure fills the polygon whose handle you pass in thepolyparameter. This procedure ignores thepnPat,pnMode, andbkPatfields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONS
TheFillCPolyprocedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.
Get information on Apple products.
Visit the Apple Store online or at retail locations. 1-800-MY-APPLE Copyright © 2007 Apple Inc. All rights reserved. | Terms of use | Privacy Notice |