Method Intersects
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Intersects(SvgRectF)
This determines if this rectangle intersects with rect.
public bool Intersects(SvgRectF rect)
Parameters
rect
SvgRectFThe rectangle to test.
This determines if this rectangle intersects with rect.
public bool Intersects(SvgRectF rect)
rect
SvgRectFThe rectangle to test.