Share via


ChartGraphics.GetAbsoluteRectangle(RectangleF) 方法

定义

接受 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 对象。

适用于