CODEllipseComponent::CalcDrawingPoints

void CODEllipseComponent::CalcDrawingPoints(void)

Calculates the bezier control points and transforms them to world coordinates.

Defined in: OdEllipseComp.cpp

Return Value

void

Comments

This function takes the four local points and passes them to CalculateEllipse to generate thirteen bezier control points to draw the ellipse. The thirteen points make up four splines that comprise the ellipse. The control points are transformed into world coordinates using the transform on top of the transform stack. The resulting points are stored in m_lpDrawingPoints for use by OnDraw.