3 references to HMperInch
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
3296
return (
HMperInch
* pix + (logP >> 1)) / logP;
3299
private static int HM2Pix(int hm, int logP) => (logP * hm +
HMperInch
/ 2) /
HMperInch
;