Piccolo.NET

PUtil.PathIntersectsRect Method 

Returns true if the interior of the given path intersects the given rectangle.

public static bool PathIntersectsRect(
   GraphicsPath path,
   RectangleF rect
);

Parameters

path
The path to check for intersection.
rect
The rectangle to check for intersection.

Return Value

True if the interior of the given path intersects the given rectangle; otherwise, false.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility