CODController::VpDPtoLP

Converts an array of points from device to logical coordinates using a device context prepared by the viewport.

Defined in: OdController.cpp

Syntax

void CODController::VpDPtoLP(CODPointArray* pPointArray)

void CODController::VpDPtoLP(LPPOINT lpPoints, int nCount)

Return Value

void

Parameters

pPointArray

The array of points.

lpPoints

The array of points.

nCount

The number of points in the array.