ChartGraphics.GetAbsolutePoint(PointF) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
戻り値
絶対座標で表される PointF オブジェクト。