共用方式為


IPointerPointTransform.TryTransform(Point, Point) 方法

定義

嘗試在指定的輸入點上執行轉換。

public:
 bool TryTransform(Point inPoint, [Out] Point & outPoint);
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

轉換的輸入點。

傳回

Boolean

bool

True 是表示 如果 已成功轉換 inPoint ;否則為 false。

適用於