MagickCore
7.0.0
|
#include <draw.h>
Data Fields | |
PointInfo | point |
size_t | coordinates |
PrimitiveType | primitive |
PaintMethod | method |
char * | text |
size_t _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().
PaintMethod _PrimitiveInfo::method |
Definition at line 336 of file draw.h.
Referenced by DrawBoundingRectangles(), DrawImage(), DrawPolygonPrimitive(), DrawPrimitive(), LogPrimitiveInfo(), and TracePath().
PointInfo _PrimitiveInfo::point |
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().
PrimitiveType _PrimitiveInfo::primitive |
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 |
Definition at line 339 of file draw.h.
Referenced by DrawImage(), and DrawPrimitive().