[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: msegraphicsmagick.pas line 584
type Imagea = record |
storage_class: ClassType; |
colorspace: ColorspaceType; |
compression: CompressionType; |
dither: MagickBool; |
matte: MagickBool; |
columns: culong; |
rows: culong; |
colors: cuint; |
depth: cuint; |
end; |