CODRgn::CurveToPolyline

void CODRgn::CurveToPolyline(LPPOINT lpPoints, int nCount)

Converts a curve to a polyline. The results are placed in the m_pApprox array.

Defined in: OdRgn.cpp

Return Value

void

Parameters

lpPoints

An array of points that define the curve.

nCount

The number of points in the array.