Vcl.Controls.TDPIContextService.ScaleValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function ScaleValue(AControl: TControl; const Value: Integer): Integer; overload;
class function ScaleValue(AControl: TControl; const Value: Double): Double; overload;
class function ScaleValue(AControl: TControl; const Value: TPoint): TPoint; overload;
class function ScaleValue(AControl: TControl; const Value: TRect): TRect; overload;

C++

__classmethod int __fastcall ScaleValue(TControl* AControl, const int Value)/* overload */;
__classmethod double __fastcall ScaleValue(TControl* AControl, const double Value)/* overload */;
__classmethod System::Types::TPoint __fastcall ScaleValue(TControl* AControl, const System::Types::TPoint &Value)/* overload */;
__classmethod System::Types::TRect __fastcall ScaleValue(TControl* AControl, const System::Types::TRect &Value)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDPIContextService

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.