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

Specifies the horizontal size of the png image in pixels.

Width specifies the horizontal size of the png image in pixels.

See Also