共用方式為


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 物件。

適用於