Draws a metafile to a pane.
capi
draw-metafile pane metafile x y width height
pane⇩ |
An output-pane. |
metafile⇩ |
A metafile, as described in with-internal-metafile. |
Integers. | |
Non-negative integers. |
The function draw-metafile
draws the metafile metafile to the pane pane at position x,y with size width, height.
metafile should be a metafile as returned by with-internal-metafile.
The graphics-state parameters transform, mask and mask-transform affect how the metafile is drawn. The other graphics-state parameters are taken from the metafile.
draw-metafile
is supported on GTK+ only where Cairo is supported (GTK+ 2.8 and later).draw-metafile
is not implemented on X11/Motif.
(example-edit-file "capi/graphics/metafile")
(example-edit-file "capi/graphics/metafile-rotation")
can-use-metafile-p
clipboard
draw-metafile-to-image
free-metafile
graphics-state
with-internal-metafile
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42