Vcl.Touch.Keyboard.TCustomKeyboardButton.BoundsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BoundsRect: TRect read GetBoundsRect write SetBoundsRect;

C++

__property System::Types::TRect BoundsRect = {read=GetBoundsRect, write=SetBoundsRect};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies the bounding rectangle of TCustomKeyboardButton.

Use BoundsRect as a quick way to obtain the pixel locations of the corners of the keyboard button all at once. The origin of the pixel coordinate system is in the upper-left corner of the parent window.

See Also