CODPolygonRgn::CODPolygonRgn

Constructor.

Defined in: OdPolygonRgn.cpp

Syntax

CODPolygonRgn::CODPolygonRgn()

CODPolygonRgn::CODPolygonRgn(const CODPolygonRgn& rgn)

CODPolygonRgn::CODPolygonRgn(LPPOINT lpPoints, int nCount)

Parameters

rgn

The polygon region to copy.

lpPoints

An array of points that define the polygon.

nCount

The count of points in the array.