CODEllipseComponent::SetLocalBounds
voidCODEllipseComponent::SetLocalBounds(const CRect&rcLocal)
Sets the local bounds for the ellipse.
Defined in: OdEllipseComp.cpp
Return Value
void
Parameters
rcLocal
Bounding rectangle in local coordinates.
Comments
This function uses the four corners of the given rectangle
to set the four local points for the ellipse. The function
CalcDrawingPoints calculates the thirteen
bezier control points from the local points and then transforms
those points to world coordinates.