1 reference to PHYSICALWIDTH
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
225
int physicalWidth = (int)((float)NativeMethods.GetDeviceCaps(hDC, NativeMethods.
PHYSICALWIDTH
) * 100.0f / (float)dpi.X);