Vcl.Controls.TControl.ScaleConstraints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScaleConstraints(M, D: Integer);

C++

void __fastcall ScaleConstraints(int M, int D);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Scales the values of the Constraints property to the given ratio.

Use ScaleConstraints to scale the values of the Constraints property to the given M/D ratio.

See Also