Table of Contents

Method Intersects

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Intersects(SvgRect)

This determines if this rectangle intersects with rect.

public bool Intersects(SvgRect rect)

Parameters

rect SvgRect

The rectangle to test.

Returns

bool

This method returns true if there is any intersection; otherwise, false.