dmagick ~master (2021-10-26T21:26:00.5041392)
Dub
Repo
PrimitiveInfo
dmagick
c
draw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
PrimitiveInfo {
PointInfo
point
;
size_t
coordinates
;
PrimitiveType
primitive
;
PaintMethod
method
;
char
*
text
;
static if
(
MagickLibVersion >= 0x699
)
MagickBooleanType
closed_subpath
;
}
Members
Variables
closed_subpath
MagickBooleanType
closed_subpath
;
Undocumented in source.
coordinates
size_t
coordinates
;
Undocumented in source.
method
PaintMethod
method
;
Undocumented in source.
point
PointInfo
point
;
Undocumented in source.
primitive
PrimitiveType
primitive
;
Undocumented in source.
text
char
*
text
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
draw
enums
AlignType
ClipPathUnits
DecorationType
DirectionType
FillRule
GradientType
LineCap
LineJoin
PaintMethod
PrimitiveType
ReferenceType
SpreadMethod
functions
AcquireDrawInfo
CloneDrawInfo
DestroyDrawInfo
DrawAffineImage
DrawClipPath
DrawGradientImage
DrawImage
DrawPatternPath
DrawPrimitive
GetAffineMatrix
GetDrawInfo
structs
DrawInfo
ElementReference
GradientInfo
PointInfo
PrimitiveInfo
StopInfo
TypeMetric