CODTransform::InvTransformPoints

Performs an inverse transform on a list of Points.

Defined in: OdTransform.cpp

Syntax

void CODTransform::InvTransformPoints(LPPOINT lpPoints, int nCount);

void CODTransform::InvTransformPoints(LPPOINT lpBefore, LPPOINT lpAfter, int nCount);

Return Value

void

Parameters

lpPoints

The array of points to inverse transform.

lpBefore

The array of points to inverse transform.

pAfter

The resulting array of inverse transformed points.

nCount

The number of points in the array.