#include <draw.h>

Data Fields | |
| PointInfo | point |
| unsigned long | coordinates |
| PrimitiveType | primitive |
| PaintMethod | method |
| char * | text |
Definition at line 325 of file draw.h.
| unsigned long _PrimitiveInfo::coordinates |
Definition at line 331 of file draw.h.
Referenced by DrawDashPolygon(), DrawImage(), DrawPolygonPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), TraceArcPath(), TraceBezier(), TraceEllipse(), TraceLine(), TracePath(), TracePoint(), TraceRectangle(), TraceRoundRectangle(), and TraceStrokePolygon().
Definition at line 337 of file draw.h.
Referenced by DrawBoundingRectangles(), DrawImage(), DrawPolygonPrimitive(), DrawPrimitive(), LogPrimitiveInfo(), and TracePath().
Definition at line 328 of file draw.h.
Referenced by ConvertPrimitiveToPath(), DrawDashPolygon(), DrawImage(), DrawPolygonPrimitive(), DrawPrimitive(), DrawRoundLinecap(), DrawStrokePolygon(), LogPrimitiveInfo(), TraceArcPath(), TraceBezier(), TracePoint(), TraceRoundRectangle(), TraceSquareLinecap(), and TraceStrokePolygon().
Definition at line 334 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 |
Definition at line 340 of file draw.h.
Referenced by DrawImage(), and DrawPrimitive().
1.6.1