Vcl.Imaging.pngimage.TPNGObject.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read GetWidth;

Properties

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

Description

Determines the maximum width of the graphics object in pixels.

Vcl.Imaging.pngimage.TPNGObject.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