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 オブジェクト。

適用対象