DpiHelper.DeviceToLogicalUnits Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
DeviceToLogicalUnits(Point) | Extension method for Point that returns a new Point with the input's coordinates converted from device units to logical units. | |
DeviceToLogicalUnits(Rect) | Extension method for Rect that returns a new Rect with the input's coordinates converted from device units to logical units. | |
DeviceToLogicalUnits(Size) | Extension method for Size that returns a new Size with the input's dimensions converted from device units to logical units. |
Top