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 结构。