LayoutElement
Rectangle Property
|
Returns bounding rectangle of the entity relative to the page top left corner (in points).
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public RectangleF Rectangle { get; }
Public ReadOnly Property Rectangle As RectangleF
Get
public:
property RectangleF Rectangle {
RectangleF get ();
}
member Rectangle : RectangleF with get
Property Value
Type:
RectangleF
See Also