IPointerPointTransform.TryTransform(Point, Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試在指定的輸入點上執行轉換。
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。