#include <draw.h>

Data Fields | |
| PointInfo | point |
| unsigned long | coordinates |
| PrimitiveType | primitive |
| PaintMethod | method |
| char * | text |
Definition at line 324 of file draw.h.
| unsigned long _PrimitiveInfo::coordinates |
Definition at line 330 of file draw.h.
Referenced by DrawDashPolygon(), DrawImage(), DrawPolygonPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), TraceArcPath(), TraceBezier(), TraceEllipse(), TraceLine(), TracePath(), TracePoint(), TraceRectangle(), TraceRoundRectangle(), and TraceStrokePolygon().
Definition at line 336 of file draw.h.
Referenced by DrawBoundingRectangles(), DrawImage(), DrawPolygonPrimitive(), DrawPrimitive(), LogPrimitiveInfo(), and TracePath().
Definition at line 327 of file draw.h.
Referenced by ConvertPrimitiveToPath(), DrawDashPolygon(), DrawImage(), DrawPolygonPrimitive(), DrawPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), LogPrimitiveInfo(), TraceArcPath(), TraceBezier(), TracePoint(), TraceRoundRectangle(), TraceSquareLinecap(), and TraceStrokePolygon().
Definition at line 333 of file draw.h.
Referenced by ConvertPrimitiveToPath(), DrawBoundingRectangles(), DrawDashPolygon(), DrawImage(), DrawPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), LogPrimitiveInfo(), TraceArcPath(), TraceBezier(), TraceEllipse(), TraceLine(), TracePath(), TraceRectangle(), TraceRoundRectangle(), and TraceStrokePolygon().
| char* _PrimitiveInfo::text |
1.5.7.1