Vcl.Controls.TControl.ScaleRectSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScaleRectSize(const Value: TRect): TRect;

C++

System::Types::TRect __fastcall ScaleRectSize(const System::Types::TRect &Value);

Properties

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

Description

Scales Value rectangle size using the current ScaleFactor.


See Also