Get the contents of this RectangleElement as an XRect.

 

   

Syntax
 

[C#]
virtual XRect GetRect()

[Visual Basic]
Overridable Function GetRect() As XRect

 

   

Params
 
Name Description
return A new XRect with values corresponding to the contents of this RectangleElement.

 

   

Notes
 

Get the contents of this RectangleElement as an XRect.

 

   

Example
 
None.