PaintPoly
PaintPoly
Fill a polygon with the current pen pattern PolyHandle thePoly ; handle of polygon to fill
PaintPoly fills the interior of a polygon, using the current pen pattern and transfer mode.
thePoly is a handle that leads to a variable-length Polygon structure. It is typically a value obtained via OpenPoly.
Notes: PaintPoly works by creating a temporary region, consisting of the pixels If thePoly is not a true polygon, in that it is not a closed set of lines, this
function works as if a line had been drawn between the last endpoint and the
first; e.g.:
As with all Quickdraw drawing, the output is clipped to the intersection of
clipping region, and visible region.