Vcl.Controls.TControl.ScaleMargins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScaleMargins(M, D: Integer);

C++

void __fastcall ScaleMargins(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 Margins property to the given ratio.

Use ScaleMargins to scale the values of the Margins property to the given M/D ratio.

See Also