DpiHelper(Double) Constructor
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.
Protected constructor. To use the functionality of this clas, use DpiHelper.Default or call DpiHelper.GetHelper() public methods.
protected:
DpiHelper(double logicalDpi);
protected:
DpiHelper(double logicalDpi);
DpiHelper(double logicalDpi);
protected DpiHelper (double logicalDpi);
new Microsoft.VisualStudio.Utilities.Dpi.DpiHelper : double -> Microsoft.VisualStudio.Utilities.Dpi.DpiHelper
Protected Sub New (logicalDpi As Double)
Parameters
- logicalDpi
- Double
The logical DPI for which the helper should be created
Remarks
To use the functionality of this class, use DpiHelper.Default or call DpiHelper.GetHelper() public methods.