function GetDeviceCaps( ... PixelsPerInch: var DC: HDC; begin DC := GetDC(0); FDPI := GetDeviceCaps(DC,LOGPIXELSX); // DPI in pixels per inch ReleaseDC(0, ...
確定! 回上一頁