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

In This Topic
    _intersectsWithRotatedRectangleAndLines Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _intersectsWithRotatedRectangleAndLines( _
       ByVal checkRectangle As _RectangleShape, _
       ByVal linePoints As List(Of IPoint), _
       ByVal lineWidth As Double _
    ) As Boolean
    public bool _intersectsWithRotatedRectangleAndLines( 
       _RectangleShape checkRectangle,
       List<IPoint> linePoints,
       double lineWidth
    )

    Parameters

    checkRectangle
    linePoints
    lineWidth
    See Also