ActualDpiConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a possibly-uninitialized DPI value into a valid DPI.
public ref class ActualDpiConverter sealed : Microsoft::VisualStudio::PlatformUI::ValueConverter<double, double>
public ref class ActualDpiConverter sealed : Microsoft::VisualStudio::PlatformUI::ValueConverter<double, double>
class ActualDpiConverter sealed : Microsoft::VisualStudio::PlatformUI::ValueConverter<double, double>
public sealed class ActualDpiConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<double,double>
type ActualDpiConverter = class
inherit ValueConverter<double, double>
Public NotInheritable Class ActualDpiConverter
Inherits ValueConverter(Of Double, Double)
- Inheritance
Constructors
ActualDpiConverter() |
Initializes a new instance of the converter. |
Fields
Instance |
An instance of the converter. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |