GeneralTransform.TryTransform(Point, Point) メソッド

定義

指定されたポイントの変換を試み、その変換が成功したかどうかを示す値を返します。

public:
 virtual bool TryTransform(Point inPoint, [Out] Point & outPoint) = TryTransform;
bool TryTransform(Point const& inPoint, [Out] Point & outPoint);
public bool TryTransform(Point inPoint, out Point outPoint);
Public Function TryTransform (inPoint As Point, ByRef outPoint As Point) As Boolean

パラメーター

inPoint
Point

変換する点。

outPoint
Point

inPoint の変換結果。

戻り値

Boolean

bool

inPoint が変換された場合は true。それ以外の場合は false

適用対象