Vcl.Imaging.pngimage.TPngImage.GetWidth

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function GetWidth: Integer; {$IFDEF UseDelphi}override;{$ENDIF}

C++

virtual int __fastcall GetWidth();

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.

See Also