CODPointComponent::SetPoints
Sets the points (vertices) of the point component.
Defined in: OdPointComp.cpp
Syntax
void CODPointComponent::SetPoints(LPPOINT lpPoints, int nCount);void CODPointComponent::SetPoints(const CODPointArray& ptArray);
Return Value
void
Parameters
lpPoints
A pointer to the array where the points will be copied from.
ptArray
The array from which the points are be copied from.
nCount
Number of points to be copied.