DpiHelper Class |
Namespace: Arction.WinForms.Charting
The DpiHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| DpiAware |
Defines if the system process is DPI aware or not.
Currently there is no way distinguishing between system aware and Per-monitor aware.
| |
| DpiXFactor |
Effective Zoom factor of the system DPI of the screen width.
Factor that describes how many real pixels there are per one DIP in X direction.
| |
| DpiYFactor |
Effective Zoom factor of the system DPI of the screen height.
Factor that describes how many real pixels there are per one DIP in Y direction.
|
| Name | Description | |
|---|---|---|
| DipToPx(RectangleF) |
Converts given rectangle size and position defined in DIP (Device Independent Pixels) to PX (Screen pixels)
values using system DPI settings.
| |
| DipToPx(Double, Boolean) |
Converts given DIP (Device Independent Pixels) values to PX (Screen pixels) using system DPI settings.
| |
| DipToPx(Single, Boolean) |
Converts given DIP (Device Independent Pixels) values to PX (Screen pixels) using system DPI settings.
| |
| PxToDip(Double, Boolean) |
Converts given PX (Screen pixels) to DIP (Device Independent Pixels) values using system DPI settings.
| |
| PxToDip(Single, Boolean) |
Converts given PX (Screen pixels) to DIP (Device Independent Pixels) values using system DPI settings.
|