CODRgn::PtInRegion

BOOL CODRgn::PtInRegion(POINT point, int nPadding)

Checks to see if a point is within the region.

Defined in: OdRgn.cpp

Return Value

TRUE if the point is within the region.

Parameters

point

The point to check for.

nPadding

A padding value for the hit test. This is used with linear regions to give a little extra space for the test.