Share via


ChartGraphics.GetAbsolutePoint(PointF) 方法

定义

接受 PointF 对象并将其相对坐标转换为绝对坐标。

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

参数

point
PointF

一个以相对坐标表示的 PointF 对象。

返回

一个以绝对坐标表示的 PointF 对象。

适用于