GeneralTransform.TransformPoint(Point) 方法

定义

使用此转换对象的逻辑来转换指定的点,并返回结果。

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

使用转换逻辑进行转换的点。

返回

转换 的结果。

注解

转换的目的是将坐标系中的数据转换为不同坐标系的新参考帧。 调用此方法以使用此特定 转换 派生类的逻辑,以便在由转换解释时,将初始 坐标系的 点转换为坐标系中的

适用于

另请参阅