CODPolygonRgn::PtInRegion
BOOLCODPolygonRgn::PtInRegion(POINTpoint, intnPadding= 0)
Determines if a point is within this polygon region.
Defined in: OdPolygonRgn.cpp
Return Value
TRUE if the point is within the polygon region.
Parameters
point
The point to check.
nPadding
A padding value, in logical units, to allow a larger area around a linear region where the test will succeed.