Vcl.Graphics.TGraphic.Width
Delphi
property Width: Integer read GetWidth write SetWidth;
C++
__property int Width = {read=GetWidth, write=SetWidth, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
Description
Determines the maximum width of the graphics object in pixels.
Each descendant graphic object defines its own Get and Set methods to access the Width property.
Code Examples