CODGlobal::MakeBoundingRect

CRectCODGlobal::MakeBoundingRect(LPPOINTlpPoints, intnCount)

Creates a rectangle which includes all of the points passed in.

Defined in: OdGlobal.cpp

Return Value

The bounding rectangle.

Parameters

lpPoints

An array of points to find the bounding rectangle of.

nCount

The count of points passed in the array.