Vcl.Touch.Keyboard.TCustomKeyboardButton.BoundsRect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BoundsRect: TRect read GetBoundsRect write SetBoundsRect;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

説明

TCustomKeyboardButton の境界長方形を示します。

BoundsRect プロパティを使用すると、すぐにキーボード ボタンの角のピクセル位置を一度にすべて取得することができます。 ピクセル座標システムの始点は、親ウィンドウの左上隅です。

関連項目