|
Data Fields |
| DrawingWand *(* | DestroyDrawingWand )(DrawingWand *) |
| void(* | DrawAnnotation )(DrawingWand *, const double, const double, const unsigned char *) |
| void(* | DrawArc )(DrawingWand *, const double, const double, const double, const double, const double, const double) |
| void(* | DrawBezier )(DrawingWand *, const unsigned long, const PointInfo *) |
| void(* | DrawCircle )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawColor )(DrawingWand *, const double, const double, const PaintMethod) |
| void(* | DrawComment )(DrawingWand *, const char *) |
| void(* | DrawDestroyContext )(DrawContext context) |
| void(* | DrawEllipse )(DrawingWand *, const double, const double, const double, const double, const double, const double) |
| MagickBooleanType(* | DrawComposite )(DrawingWand *, const CompositeOperator, const double, const double, const double, const double, const Image *) |
| void(* | DrawLine )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawMatte )(DrawingWand *, const double, const double, const PaintMethod) |
| void(* | DrawPathClose )(DrawingWand *) |
| void(* | DrawPathCurveToAbsolute )(DrawingWand *, const double, const double, const double, const double, const double, const double) |
| void(* | DrawPathCurveToRelative )(DrawingWand *, const double, const double, const double, const double, const double, const double) |
| void(* | DrawPathCurveToQuadraticBezierAbsolute )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawPathCurveToQuadraticBezierRelative )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawPathCurveToQuadraticBezierSmoothAbsolute )(DrawingWand *, const double, const double) |
| void(* | DrawPathCurveToQuadraticBezierSmoothRelative )(DrawingWand *, const double, const double) |
| void(* | DrawPathCurveToSmoothAbsolute )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawPathCurveToSmoothRelative )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawPathEllipticArcAbsolute )(DrawingWand *, const double, const double, const double, const MagickBooleanType, const MagickBooleanType, const double, const double) |
| void(* | DrawPathEllipticArcRelative )(DrawingWand *, const double, const double, const double, const MagickBooleanType, const MagickBooleanType, const double, const double) |
| void(* | DrawPathFinish )(DrawingWand *) |
| void(* | DrawPathLineToAbsolute )(DrawingWand *, const double, const double) |
| void(* | DrawPathLineToRelative )(DrawingWand *, const double, const double) |
| void(* | DrawPathLineToHorizontalAbsolute )(DrawingWand *, const double) |
| void(* | DrawPathLineToHorizontalRelative )(DrawingWand *, const double) |
| void(* | DrawPathLineToVerticalAbsolute )(DrawingWand *, const double) |
| void(* | DrawPathLineToVerticalRelative )(DrawingWand *, const double) |
| void(* | DrawPathMoveToAbsolute )(DrawingWand *, const double, const double) |
| void(* | DrawPathMoveToRelative )(DrawingWand *, const double, const double) |
| void(* | DrawPathStart )(DrawingWand *) |
| void(* | DrawPoint )(DrawingWand *, const double, const double) |
| void(* | DrawPolygon )(DrawingWand *, const unsigned long, const PointInfo *) |
| void(* | DrawPolyline )(DrawingWand *, const unsigned long, const PointInfo *) |
| void(* | DrawPopClipPath )(DrawingWand *) |
| void(* | DrawPopDefs )(DrawingWand *) |
| MagickBooleanType(* | DrawPopPattern )(DrawingWand *) |
| void(* | DrawPushClipPath )(DrawingWand *, const char *) |
| void(* | DrawPushDefs )(DrawingWand *) |
| MagickBooleanType(* | DrawPushPattern )(DrawingWand *, const char *, const double, const double, const double, const double) |
| void(* | DrawRectangle )(DrawingWand *, const double, const double, const double, const double) |
| void(* | DrawRoundRectangle )(DrawingWand *, double, double, double, double, double, double) |
| void(* | DrawAffine )(DrawingWand *, const AffineMatrix *) |
| MagickBooleanType(* | DrawSetClipPath )(DrawingWand *, const char *) |
| void(* | DrawSetClipRule )(DrawingWand *, const FillRule) |
| void(* | DrawSetClipUnits )(DrawingWand *, const ClipPathUnits) |
| void(* | DrawSetFillColor )(DrawingWand *, const PixelWand *) |
| void(* | DrawSetFillAlpha )(DrawingWand *, const double) |
| void(* | DrawSetFillRule )(DrawingWand *, const FillRule) |
| MagickBooleanType(* | DrawSetFillPatternURL )(DrawingWand *, const char *) |
| MagickBooleanType(* | DrawSetFont )(DrawingWand *, const char *) |
| MagickBooleanType(* | DrawSetFontFamily )(DrawingWand *, const char *) |
| void(* | DrawSetFontSize )(DrawingWand *, const double) |
| void(* | DrawSetFontStretch )(DrawingWand *, const StretchType) |
| void(* | DrawSetFontStyle )(DrawingWand *, const StyleType) |
| void(* | DrawSetFontWeight )(DrawingWand *, const unsigned long) |
| void(* | DrawSetGravity )(DrawingWand *, const GravityType) |
| void(* | DrawRotate )(DrawingWand *, const double) |
| void(* | DrawScale )(DrawingWand *, const double, const double) |
| void(* | DrawSkewX )(DrawingWand *, const double) |
| void(* | DrawSkewY )(DrawingWand *, const double) |
| void(* | DrawSetStrokeAntialias )(DrawingWand *, const MagickBooleanType) |
| void(* | DrawSetStrokeColor )(DrawingWand *, const PixelWand *) |
| MagickBooleanType(* | DrawSetStrokeDashArray )(DrawingWand *, const double *) |
| void(* | DrawSetStrokeDashOffset )(DrawingWand *, const double) |
| void(* | DrawSetStrokeLineCap )(DrawingWand *, const LineCap) |
| void(* | DrawSetStrokeLineJoin )(DrawingWand *, const LineJoin) |
| void(* | DrawSetStrokeMiterLimit )(DrawingWand *, const unsigned long) |
| void(* | DrawSetStrokeAlpha )(DrawingWand *, const double) |
| MagickBooleanType(* | DrawSetStrokePatternURL )(DrawingWand *, const char *) |
| void(* | DrawSetStrokeWidth )(DrawingWand *, const double) |
| void(* | DrawSetTextAntialias )(DrawingWand *, const MagickBooleanType) |
| void(* | DrawSetTextDecoration )(DrawingWand *, const DecorationType) |
| void(* | DrawSetTextUnderColor )(DrawingWand *, const PixelWand *) |
| void(* | DrawTranslate )(DrawingWand *, const double, const double) |
| void(* | DrawSetViewbox )(DrawingWand *, unsigned long, unsigned long, unsigned long, unsigned long) |
| void(* | PeekDrawingWand )(DrawingWand *) |
| MagickBooleanType(* | PopDrawingWand )(DrawingWand *) |
| MagickBooleanType(* | PushDrawingWand )(DrawingWand *) |