CODTransform::TransformPoints
Transforms a list of points.
Defined in: OdTransform.cpp
Syntax
void CODTransform::TransformPoints(LPPOINT lpPoints, int nCount);void CODTransform::TransformPoints(LPPOINT lpBefore, LPPOINT lpAfter, int nCount);
Return Value
void
Parameters
lpPoints
The array of points to transform.
lpBefore
The array of points to transform.
pAfter
The resulting array of transformed points.
nCount
The number of points in the array.