NextPrevUpTopContentsIndex

draw-metafile

Function
Summary

Draws a Windows metafile to a pane.

Package

capi

Signature

draw-metafile pane metafile x y width height

Arguments

pane

An output-pane.

metafile

A 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.

See also

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


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex