TdxForm.ScaleForPPI(Integer,PRect) Method
In This Article
Scales the form and DPI-aware DevExpress components within it according to the specified DPI value.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
ATarget |
Integer | The target monitor DPI. |
AWindow |
PRect | The pointer to the form’s bounding rectangle. |
See Also