TGopFilledPolygonWithPattern Class Reference
class TGopFilledPolygonWithPattern : public TGraphicsOperation |
An accelerated graphics operation that fills a polygon with a pattern held in another bitmap.
AddPoints() must be called to specify the polygon to be filled. Objects of this class can be passed to a graphics accelerator's Operation() function either individually, or in a buffer.
TGraphicsAcceleratorCaps::iPolygon TGopFillPattern
Inherits from
- TGopFilledPolygonWithPattern
Constructor & Destructor Documentation
TGopFilledPolygonWithPattern(TGopFillPattern, CGraphicsContext::TFillRule)
Constructor with a fill pattern and a fill rule. The number of points is initialised to zero.
Member Functions Documentation
AddPoints(TInt, TPoint *)
void | AddPoints | ( | TInt | aNumPoints, |
| TPoint * | aPoints |
| ) | [inline] |
Parameters
TInt aNumPoints | The number of points in the polygon. |
TPoint * aPoints | Pointer to the first point in the polygon. |
Member Data Documentation
CGraphicsContext::TFillRule
iFillRule
TInt
iNumPoints
The number of points in the polygon.
TGopFillPattern
iPattern
The pattern of bitmaps that is used to fill the polygon.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.