System.Types.PRect

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

Delphi

PRect = ^TRect;

C++

typedef TRect *PRect;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types


説明

TRect 変数を指すポインタです。

TRect は、長方形のサイズと位置を表します。