Talk:FMX.Graphics.TBitmap.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read GetWidth write SetWidth;

C++

__property int Width = {read=GetWidth, write=SetWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Specifies the width of the TBitmap image, in pixels. The highest allowed value for width is 8192.

See Also