CODEndpoint::SetEndpoints

inline void CODEndpoint::SetEndpoints(CPoint ptSource, CPoint ptTarget)

Sets the endpoints of the line segment the endpoint is on. These points should already be transformed and ready to draw with.

Defined in: OdEndpoint.h

Return Value

void

Parameters

ptSource

The source point of the line segment.

ptTarget

The target point of the line segment. The endpoint will be drawn on this end.