CODController::CreateEllipse
CODComponent*CODController::CreateEllipse(const CRect&rcCreate)
Called by framework to create an Ellipse component. Override this method if you want to plugin a different type of Ellipse component.
Defined in: OdController.cpp
Return Value
NULL if creation failed.
Parameters
rcCreate
Rectangular region where the Ellipse will be created.