Next Prev Up Top Contents Index

pixblt

Function
Summary

Copies one area of a graphics port to another area of a different graphics port.

Signature

pixblt to-port operation from-port to-x to-y width height
from-x from-y

Arguments

to-port

A graphics port.

operation

A graphics state operation.

from-port

A graphics port.

to-x

An integer.

to-y

An integer.

width

An integer.

height

An integer.

from-x

An integer.

from-y

An integer.

Description

The pixblt function copies one area of from-port to another area of to-port using the specified operation and mask . Both ports should be the same depth. The graphics port transforms are not used.

See the "Graphics state" section in the LispWorks CAPI User Guide for valid values for operation .


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index