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
SvgRectThe rectangle to test.
This determines if this rectangle intersects with rect.
public bool Intersects(SvgRect rect)
rect
SvgRectThe rectangle to test.