CODEllipseComponent2::Create

Creates the ellipse2 component.

Defined in: OdEllipseComp2.cpp

Syntax

BOOL CODEllipseComponent2::Create(CRect rect);

BOOL CODEllipseComponent2::Create(int nLeft, int nTop, int nRight, int nBottom);

Return Value

TRUE if the component was sucessfully created.

Parameters

rect

The bounding rect for this component.

nLeft

The left edge of the ellipse2.

nTop

The top edge of the ellipse2.

nRight

The right edge of the ellipse2.

nBottom

The bottom edge of the ellipse2.