Microsoft SDK for Java

getBasics

This method of the Device Class retrieves the basic information set (common to all devices types) from the native system. The information set includes the driver version, pixel resolution, curve, line, polygon, and raster capabilities, color resolution, logical pixels per inch, and so on.

Syntax

public void getBasics(int hdc) throws DeviceException;

Parameters

hdc The device context.

Exceptions

com.ms.awt.DeviceException

© 1999 Microsoft Corporation. All rights reserved. Terms of use.