System.Types.PPointF

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

Delphi

type PPointF = ^TPointF;

C++

typedef TPointF *PPointF;

プロパティ

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

説明

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


TPointF は、画面上のピクセル位置を、左上隅を原点として定義したものです。

関連項目