ChartGraphics.GetAbsoluteRectangle(RectangleF) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 RectangleF 物件並將它的相對座標轉換為絕對座標。
public:
System::Drawing::RectangleF GetAbsoluteRectangle(System::Drawing::RectangleF rectangle);
public System.Drawing.RectangleF GetAbsoluteRectangle (System.Drawing.RectangleF rectangle);
member this.GetAbsoluteRectangle : System.Drawing.RectangleF -> System.Drawing.RectangleF
Public Function GetAbsoluteRectangle (rectangle As RectangleF) As RectangleF
參數
- rectangle
- RectangleF
以相對座標表示的 RectangleF 物件。
傳回
以絕對座標表示的 RectangleF 物件。