此帖出自嵌入式系统论坛
最新回复
This function retrieves information about the capabilities of a specified device.
int GetDeviceCaps(
HDC hdc,
int nIndex
);
Parameters
hdc
[in] Handle to the device context.
nIndex
[in] Specifies the item to return.
This parameter can be one of the following values.
Value Description
ASPECTX Relative width of a device pixel used for line drawing.
ASPECTXY Diagonal width of the device pixel used for line drawing.
ASPECTY Relative height of a device pixel used for line drawing.
BITSPIXEL Number of adjacent color bits for each pixel.
详情
回复
发表于 2010-4-2 09:41
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
EEWorld Datasheet 技术支持