API:Vcl.Imaging.pngimage.TPngImage.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read GetWidth;

C++

__property int Width = {read=GetWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Determines the maximum width of the graphics object in pixels.

Vcl.Imaging.pngimage.TPngImage.Width inherits from Vcl.Graphics.TGraphic.Width. All content below this line refers to Vcl.Graphics.TGraphic.Width.

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