ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _RadialBarDataLabelViewEx Class / _isIntersectWithViewRectangle Method

In This Topic
    _isIntersectWithViewRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _isIntersectWithViewRectangle( _
       ByVal checkRectangle As _RectangleShape, _
       ByVal viewRect As IRectangle _
    ) As Boolean
    public bool _isIntersectWithViewRectangle( 
       _RectangleShape checkRectangle,
       IRectangle viewRect
    )

    Parameters

    checkRectangle
    viewRect
    See Also