constants group DeviceCapability in module com::sun::star::awt::

(Global Index)

Syntax

constants group DeviceCapability;

Description

defines which capabilities a device supports.

Constants Summary

RASTEROPERATIONS supports the device raster operations.

GETBITS supports the XDevice::copyBitmap, the XDevice::createDevice and the XGraphics::copy and methods.

Field Details



RASTEROPERATIONS

Syntax

const long  RASTEROPERATIONS = 1;

Description

supports the device raster operations.

See also

XGraphics::setRasterOp

GETBITS

Syntax

const long  GETBITS = 2;

Description

supports the XDevice::copyBitmap, the XDevice::createDevice and the XGraphics::copy and methods.

See also

XGraphics::setRasterOp
Top of Page