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

In This Topic
    _isIntersectWithPiePieces Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _isIntersectWithPiePieces( _
       ByVal pieCenter As IPoint, _
       ByVal checkRectangle As _RectangleShape, _
       Optional ByVal offset As Double _
    ) As Boolean
    public bool _isIntersectWithPiePieces( 
       IPoint pieCenter,
       _RectangleShape checkRectangle,
       double offset
    )

    Parameters

    pieCenter
    checkRectangle
    offset
    See Also