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.
public void getBasics(int hdc) throws DeviceException;
hdc | The device context. |