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