Piccolo.NET

PUtil.RectangleOutCode Method 

Returns the orientation with which the given point lies outside of the given rectangle.

public static OutCode RectangleOutCode(
   PointF p,
   RectangleF r
);

Parameters

p
The point to compare against the rectangle.
r
The rectangle to compare against the point.

Return Value

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace