ElementPosition.ToRectangleF 方法

定义

返回一个 RectangleF 对象,该对象使用 ElementPosition 对象的坐标。

public:
 System::Drawing::RectangleF ToRectangleF();
public System.Drawing.RectangleF ToRectangleF ();
member this.ToRectangleF : unit -> System.Drawing.RectangleF
Public Function ToRectangleF () As RectangleF

返回

表示元素位置对象的坐标的 RectangleF 结构。

注解

此方法将元素的位置转换为 RectangleF 结构。

适用于