CODController::VpLPtoDP

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

Defined in: OdController.cpp

Syntax

void CODController::VpLPtoDP(CODPointArray* pPointArray)

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

Return Value

void

Parameters

pPointArray

The array of points.

nCount

The number of points in the array.