LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

draw-metafile

Function
Summary

Draws a metafile to a pane.

Package

capi

Signature

draw-metafile pane metafile x y width height

Arguments

pane

An output-pane.

metafile

A metafile, as described in with-internal-metafile.

x , y

Integers.

width , height

Non-negative integers.

Description

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.

draw-metafile is not implemented on GTK+ or X11/Motif.

Examples

There is an example in examples/capi/graphics/metafile.lisp .

See also

clipboard
draw-metafile-to-image
free-metafile
with-internal-metafile


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex