DpiHelper.IsScalingRequired Property
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.
Returns whether scaling is required when converting between logical-device units
public:
property bool IsScalingRequired { bool get(); };
public:
property bool IsScalingRequired { bool get(); };
public bool IsScalingRequired { get; }
member this.IsScalingRequired : bool
Public ReadOnly Property IsScalingRequired As Boolean
Property Value
True if scaling is required, otherwise false.