System.Types.TPoint.operator Implicit

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

Delphi

class operator Implicit(Value: TSmallPoint): TPoint;

プロパティ

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

説明

は、TPoint オブジェクトを返します。

operator Implicit は、パラメータで受け取った TSmallPoint オブジェクトと同じ座標を持つ、TPoint オブジェクトを返します。 これは TSmallPointTPoint に変換しており、その変換は暗黙的なものです。

関連項目