'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