ChartGraphics.GetRelativePoint(PointF) 方法

定义

PointF获取使用绝对坐标的对象,并返回PointF使用相对坐标的对象。

public:
 System::Drawing::PointF GetRelativePoint(System::Drawing::PointF point);
public System.Drawing.PointF GetRelativePoint(System.Drawing.PointF point);
member this.GetRelativePoint : System.Drawing.PointF -> System.Drawing.PointF
Public Function GetRelativePoint (point As PointF) As PointF

参数

point
PointF

PointF绝对坐标中的对象。

返回

相对 PointF 坐标中的对象。

适用于