Piccolo.NET

PUtil.AddPointToRect Method 

Expands the given rectangle to include the given point.

public static RectangleF AddPointToRect(
   RectangleF rect,
   PointF p
);

Parameters

rect
The rectangle to expand.
p
The point to include.

Return Value

The expanded rectangle.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility