CODComponentPosition::SetPoints

Set the local points for the component.

Defined in: OdComponentPos.cpp

Syntax

void CODComponentPosition::SetPoints(LPPOINT lpPoints, const int nPointCount)

void CODComponentPosition::SetPoints(IODPoints* pIPoints)

Return Value

void

Parameters

lpPoints

Pointer to array of POINT structures.

nPointCount

Number of points in array passed in.

pIPoints

Interface to retrieving points to assign.

Comments

This function can be passed either an array of POINT structures or an  IODPoints interface pointer.