Vcl.Graphics.TBitmap.SetWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetWidth(Value: Integer); override;

C++

virtual void __fastcall SetWidth(int Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Beschreibung

Setzt die horizontale Größe (in Pixel) einer Grafik.

Vcl.Graphics.TBitmap.SetWidth erbt von Vcl.Graphics.TGraphic.SetWidth. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.SetWidth.

Setzt die horizontale Größe (in Pixel) einer Grafik.

SetWidth setzt die horizontale Größe (in Pixel) der Grafik.

Alle von TGraphic abgeleiteten Klassen definieren für den Zugriff auf die Eigenschaft Width eigene GetWidth- und SetWidth-Methoden.

Siehe auch