Vcl.Imaging.pngimage.TPngImage.GetWidth
Delphi
function GetWidth: Integer; {$IFDEF UseDelphi}override;{$ENDIF}
C++
virtual int __fastcall GetWidth(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage.hpp |
Vcl.Imaging.pngimage | TPngImage |
Description
Reads the horizontal size of the png image in pixels.
GetWidth reads the horizontal size of the png image in pixels. GetWidth is the getter method for the Width property of the png image.