System.Types.PRectF

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

Delphi

PRectF = ^TRectF;

C++

typedef TRectF *PRectF;

プロパティ

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

説明

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


TRectF は、四角形の位置とサイズを浮動小数点の座標で表したものです。

関連項目