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 結構。