dmagick.c.draw

Undocumented in source.

Members

Enums

AlignType
enum AlignType

Specify text alignment.

ClipPathUnits
enum ClipPathUnits

Defines the coordinate system for the contents of a clip path.

DecorationType
enum DecorationType

Specify the text decoration.

DirectionType
enum DirectionType

Defines the text direction.

DirectionType
enum DirectionType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FillRule
enum FillRule

FillRule indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape.

GradientType
enum GradientType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LineCap
enum LineCap

Specifies the shape to be used at the end of open subpaths when they are stroked.

LineJoin
enum LineJoin

Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

PaintMethod
enum PaintMethod

Specify how pixel colors are to be replaced in the image.

PrimitiveType
enum PrimitiveType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReferenceType
enum ReferenceType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SpreadMethod
enum SpreadMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AcquireDrawInfo
DrawInfo* AcquireDrawInfo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CloneDrawInfo
DrawInfo* CloneDrawInfo(const(ImageInfo)* , const(DrawInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyDrawInfo
DrawInfo* DestroyDrawInfo(DrawInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DrawAffineImage
MagickBooleanType DrawAffineImage(Image* , const(Image)* , const(AffineMatrix)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DrawClipPath
MagickBooleanType DrawClipPath(Image* , const(DrawInfo)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DrawGradientImage
MagickBooleanType DrawGradientImage(Image* , const(DrawInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DrawImage
MagickBooleanType DrawImage(Image* , const(DrawInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DrawPatternPath
MagickBooleanType DrawPatternPath(Image* , const(DrawInfo)* , const(char)* , Image** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DrawPrimitive
MagickBooleanType DrawPrimitive(Image* , const(DrawInfo)* , const(PrimitiveInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetAffineMatrix
void GetAffineMatrix(AffineMatrix* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetDrawInfo
void GetDrawInfo(const(ImageInfo)* , DrawInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

DrawInfo
struct DrawInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ElementReference
struct ElementReference
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GradientInfo
struct GradientInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PointInfo
struct PointInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PrimitiveInfo
struct PrimitiveInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StopInfo
struct StopInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TypeMetric
struct TypeMetric

This is used to reprecent text/font mesurements.

Meta