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