GeneralTransform.TransformPoint(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用此轉換對象的邏輯來轉換指定的點,並傳回結果。
public:
virtual Point TransformPoint(Point point) = TransformPoint;
Point TransformPoint(Point const& point);
public Point TransformPoint(Point point);
function transformPoint(point)
Public Function TransformPoint (point As Point) As Point
參數
- point
- Point
使用轉換邏輯轉換的點。
傳回
轉換 點的結果。
備註
轉換的目的是將座標系統中的數據轉換成不同座標系統的新參考框架。 呼叫這個方法,使用這個特定 Transform 衍生類別的邏輯,以便將初始座標系統的 Point 轉換成座標系統中的 Point ,因為轉換是由轉換所解譯。