DpiHelper.LogicalToDeviceUnits Method
Include Protected Members
Include Inherited Members
Converts the specified coordinates from logical units to device units.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LogicalToDeviceUnits(Point) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(PointF) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Rectangle) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(RectangleF) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Size) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(SizeF) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Point) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Rect) | Microsoft internal use only. | |
LogicalToDeviceUnits(Size) | Microsoft internal use only. | |
LogicalToDeviceUnits(Thickness) | ||
LogicalToDeviceUnits(Bitmap%, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Icon%, ImageScalingMode) | ||
LogicalToDeviceUnits(Image%, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(ImageList%, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Bitmap%, Color, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Bitmap%, Size, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Image%, Color, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(ImageList%, Color, ImageScalingMode) | Converts the specified coordinates from logical units to device units. | |
LogicalToDeviceUnits(Bitmap%, Size, Color, ImageScalingMode) | Converts the specified coordinates from logical units to device units. |
Top