2 #ifndef _YI_POLYGON_STROKE_H_ 3 #define _YI_POLYGON_STROKE_H_ 42 #endif // _YI_POLYGON_STROKE_H_
The core bitmap container class used by You.i Engine.
Definition: YiBitmap.h:20
std::vector< YI_POLYGON_VERTEX > CYIPolygonData
A type representing multiple vertices of a polygon.
Definition: YiPolygonFill.h:32
Contains information on how a gradient will be drawn.
Definition: YiGradient.h:18
Class which draws a stroke representing CYIPolygonData.
Definition: YiPolygonStroke.h:24
A class used to represent a color value.
Definition: YiColor.h:31
float Stroke(CYIBitmap *pBitmap, CYIPolygonFill *pFiller, CYIPolygonData *pPolygonData, float fWidth, CYIGradient *pGradient, const CYIColor &color, float fMaxStrokeLength=-1)
virtual ~CYIPolygonStroke()
A class that contains information on how to fill a polygon.
Definition: YiPolygonFill.h:44