Source position: drawing_wand.inc line 44
type DrawingWand = record |
id: culong; |
name: array [0..MaxTextExtent] of Char; |
image: PImage; |
exception: ExceptionInfo; |
mvg: PChar; |
mvg_alloc: culong; |
mvg_width: culong; |
pattern_id: PChar; |
pattern_bounds: RectangleInfo; |
index: culong; |
graphic_context: PPDrawInfo; |
filter_off: MagickBooleanType; |
indent_depth: culong; |
path_operation: PathOperation; |
path_mode: PathMode; |
destroy: MagickBooleanType; |
debug: MagickBooleanType; |
signature: culong; |
end; |