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