ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRegionBuilder Interface / buildRectangleRegion Method

In This Topic
    buildRectangleRegion Method (IRegionBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Function buildRectangleRegion( _
       ByVal left As Nullable(Of Double), _
       ByVal top As Nullable(Of Double), _
       ByVal width As Nullable(Of Double), _
       ByVal height As Nullable(Of Double) _
    ) As IRegion
    IRegion buildRectangleRegion( 
       Nullable<double> left,
       Nullable<double> top,
       Nullable<double> width,
       Nullable<double> height
    )

    Parameters

    left
    top
    width
    height
    See Also