System.Types.TPoint.operator Explicit

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

Delphi

class operator Explicit(Value: TPoint): TSmallPoint;

プロパティ

種類 可視性 ソース ユニット
function public System.Types.pas System.Types TPoint

説明

TSmallPoint オブジェクトを返します。

operator Explicit は、パラメータで受け取った TPoint オブジェクトと同じ座標を持つ、TSmallPoint オブジェクトを返します。これは、座標を TSmallPoint 値に変換しており、変換は明示的でなければなりません。

関連項目