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绝对坐标中的对象。

适用于