ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Region Class / GetBounds Method

In This Topic
    GetBounds Method (Region)
    In This Topic
    Gets a RectangleF structure that represents a rectangle that bounds this Region
    Syntax
    'Declaration
     
    Public Function GetBounds() As RectangleF
    public RectangleF GetBounds()

    Return Value

    A RectangleF structure that represents the bounding rectangle for this Region
    See Also