Vcl.Graphics.TPicture.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.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPicture

Description

Specifies the horizontal size (in pixels) of the picture.

Use Width to find the width of a graphic image. Width contains the native, unstretched, width of the picture.

See Also