MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IVisualShape Interface / GetBounds Method

In This Topic
GetBounds Method (IVisualShape)
In This Topic
Returns a System.Drawing.RectangleF that bounds this shape.
Syntax
'Declaration
 
Function GetBounds() As RectangleF
 

Return Value

A System.Drawing.RectangleF that represents the bounding rectangle of this shape.
See Also