CODLinkComponent::SetPoints
Sets the points (vertices) of the point component.
Defined in: OdLinkComp.cpp
Syntax
void CODLinkComponent::SetPoints(LPPOINT lpPoints, int nCount);void CODLinkComponent::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.
Comments
The link component forwards this function call onto the link shape object.See Also