SRGraphLabelBlock::SetBlockPositions

void SRGraphLabelBlock::SetBlockPositions(CPoint StartPoint, CPoint EndPoint)

Sets the positions of the labels owned by this block

Defined in: SRGraphLabelBlock.cpp

Parameters

StartPoint

Starting position

EndPoint

End position

Remarks

This routine positions all of the labels so that they are equally spaced along a line drawn between the start and end points. At this stage, no anti-collision measures are taken so these positions could allow the labels to overlap. All anti collision calculations are done at draw time.