|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polygon | |
quicktime.qd |
Uses of Polygon in quicktime.qd |
Methods in quicktime.qd that return Polygon | |
Polygon |
Polygon.copy()
Copies the mathematical structure of the implicit Polygon into a newly created Polygon. |
Methods in quicktime.qd with parameters of type Polygon | |
void |
QDGraphics.framePoly(Polygon poly)
Using the current graphics portŐs pen size, FramePoly plays back the line-drawing commands that define the polygon passed in the poly parameter. |
void |
QDGraphics.paintPoly(Polygon poly)
Using the pen pattern and pattern mode for the current graphics port, PaintPoly draws the interior of a polygon passed in the poly parameter. |
void |
QDGraphics.erasePoly(Polygon poly)
Using the patCopy pattern mode, ErasePoly draws the interior of the polygon passed in the poly parameter with the background pattern for the current graphics port. |
void |
QDGraphics.invertPoly(Polygon poly)
invertPoly inverts the pixels enclosed by the polygon passed in the poly parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |