Next Previous Up Top Contents Index

6.6 DUIM-Graphics Module

make-pixmap

Generic function

Summary

Creates a pixmap from the specified medium with a specified size.

Signature

make-pixmap medium width height => pixmap

Arguments

medium
An instance of type <medium>.

width
An instance of type <integer>.

height
An instance of type <integer>.

Values

pixmap
An instance of type <pixmap>.

Library

duim-graphics

Module

duim-graphics

Description

Creates a pixmap from medium with a specified size, in pixels, given by width and height.

See also

draw-pixmap, page 425

<pixmap>, page 443

pixmap?, page 444


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index