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

In This Topic
    _isRectangleShapeIntersectsWithLines Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _isRectangleShapeIntersectsWithLines( _
       ByVal rotatedRectangle As _RectangleShape, _
       ByVal points As List(Of IPoint), _
       ByVal lineWidth As Double _
    ) As Boolean
    public static bool _isRectangleShapeIntersectsWithLines( 
       _RectangleShape rotatedRectangle,
       List<IPoint> points,
       double lineWidth
    )

    Parameters

    rotatedRectangle
    points
    lineWidth
    See Also