DpiHelper.LogicalToDeviceUnits Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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. |
Top