'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