System.Types.PPoint

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

Delphi

PPoint = ^TPoint;

C++

typedef TPoint *PPoint;

プロパティ

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

説明

PPointTPoint 型変数へのポインタです。

TPoint 型は、画面上のピクセル位置を左上隅を原点として定義します。

関連項目