ElementPosition.ToRectangleF Method

Definition

Returns a RectangleF object that uses the coordinates of an ElementPosition object.

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

Returns

A RectangleF structure that represents the coordinates of an element position object.

Remarks

This method converts the position of an element to a RectangleF structure.

Applies to