Show: Delphi C++
Display Preferences

Vcl.Graphics.TGraphic.Width

From XE2 API Documentation
Jump to: navigation, search

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


Personal tools
Previous Versions
Translations