Vcl.Forms.TMonitor.BoundsRect

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

Delphi

property BoundsRect: TRect read GetBoundsRect;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TMonitor

説明

ディスプレイの寸法をピクセル単位で示します。

BoundsRect プロパティを読み出すと,ディスプレイの寸法を取得できます。BoundsRect プロパティは,ディスプレイの寸法をピクセル単位で示します。この場合,(0,0)は主ディスプレイの左上隅を表します。

BoundsRect プロパティの上辺は Top プロパティによって,左辺は Left プロパティによって,高さと幅は Height プロパティと Width プロパティによって,それぞれ示されます。

メモ:  BoundsRect プロパティでは,ディスプレイにドッキングされているタスクバーやツールバーは考慮されません。ドッキングされたウィンドウのないディスプレイ上の領域を判別するには,WorkareaRect プロパティを使用します。

関連項目