CODGlobal::MakeBoundingRect

CRect CODGlobal::MakeBoundingRect(LPPOINT lpPoints, int nCount)

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.