Include Protected Members
Include Inherited Members
The DpiHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | DeviceToLogicalUnits(Point) | Extension method for Point that returns a new Point with the input's coordinates converted from device units to logical units. | 
| .gif) .gif) | DeviceToLogicalUnits(Rect) | Extension method for Rect that returns a new Rect with the input's coordinates converted from device units to logical units. | 
| .gif) .gif) | DeviceToLogicalUnits(Size) | Extension method for Size that returns a new Size with the input's dimensions converted from device units to logical units. | 
| .gif) .gif) | GetDeviceActualSize | Extension method for FrameworkElement that returns its Size in device units | 
| .gif) .gif) | GetDeviceHeight | Extension method for Window that returns its Height in device units | 
| .gif) .gif) | GetDeviceLeft | Extension method for Window that returns its Left coordinate in device units | 
| .gif) .gif) | GetDeviceRect | Extension method for Window that returns its Rectangle in device units | 
| .gif) .gif) | GetDeviceTop | Extension method for Window that returns its Top coordinate in device units | 
| .gif) .gif) | GetDeviceWidth | Extension method for Window that returns its Width in device units | 
| .gif) .gif) | LogicalToDeviceUnits(Point) | Extension method for Point that returns a new Point with the input's coordinates converted from logical units to device units. | 
| .gif) .gif) | LogicalToDeviceUnits(Rect) | Extension method for Rect that returns a new Rect with the input's coordinates converted from logical units to device units. | 
| .gif) .gif) | LogicalToDeviceUnits(Size) | Extension method for Size that returns a new Size with the input's dimensions converted from logical units to device units. | 
| .gif) .gif) | SetDeviceHeight | Extension method for Window that sets its Height using device units | 
| .gif) .gif) | SetDeviceLeft | Extension method for Window that sets its Left coordinate using device units | 
| .gif) .gif) | SetDeviceTop | Extension method for Window that sets its Top coordinate using device units | 
| .gif) .gif) | SetDeviceWidth | Extension method for Window that sets its Width using device units | 
Top
Properties
Top
.gif)