User32PtInRect Method

Overload List

PtInRect(NativeRectangle, NativePoint) Determines whether the specified point lies within the specified rectangle.

A point is within a rectangle if it lies on the left or top side or is within all four sides.

A point on the right or bottom side is considered outside the rectangle.

PtInRect(Rectangle, Point) Determines whether the specified point lies within the specified rectangle.

A point is within a rectangle if it lies on the left or top side or is within all four sides.

A point on the right or bottom side is considered outside the rectangle.

See Also