Vcl.Graphics.TWICImage.GetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWidth: Integer; override;

C++

virtual int __fastcall GetWidth();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Returns the horizontal size of the image, in pixels.

GetWidth gets the horizontal size of the TWICImage object, in pixels.

GetWidth is the getter method for the Width property.

See Also