DpiHelper::LogicalToDeviceUnits Method

 

Converts the specified coordinates from logical units to device units.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Bitmap^, Color, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Bitmap^, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Bitmap^, Size, Color, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Bitmap^, Size, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Icon^, ImageScalingMode)

Converts (if necessary) the icon by scaling it to device units. When displayed on the device, the scaled icon will have same size as the original image would have when displayed at 96dpi.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Image^, Color, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Image^, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(ImageList^, Color, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(ImageList^, ImageScalingMode)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Point)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Point)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(PointF)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Rect)

Microsoft internal use only.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Rectangle)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(RectangleF)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Size)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Size)

Microsoft internal use only.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(SizeF)

Converts the specified coordinates from logical units to device units.

System_CAPS_pubmethodSystem_CAPS_staticLogicalToDeviceUnits(Thickness)

Return to top
Show: