ChartGraphics.GetRelativeRectangle(RectangleF) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
絶対座標を使用する RectangleF 構造体を受け取り、相対座標を使用する RectangleF オブジェクトを返します。
public:
System::Drawing::RectangleF GetRelativeRectangle(System::Drawing::RectangleF rectangle);
public System.Drawing.RectangleF GetRelativeRectangle (System.Drawing.RectangleF rectangle);
member this.GetRelativeRectangle : System.Drawing.RectangleF -> System.Drawing.RectangleF
Public Function GetRelativeRectangle (rectangle As RectangleF) As RectangleF
パラメーター
- rectangle
- RectangleF
絶対座標で表される RectangleF 構造体。
戻り値
相対座標で表される RectangleF 構造体。