'Declaration Public Function New( _
ByVal rectBounding box, in object space, of ellipse.As System.Drawing.RectangleF, _
ByVal penThe pen that should be used for drawing the ellipse.As System.Drawing.Pen _
)
public EllipticalGraphicObject(
System.Drawing.RectangleF rect,
System.Drawing.Pen pen
)
public: EllipticalGraphicObject(
System.Drawing.RectangleF* rect,
System.Drawing.Pen pen
)
public:
EllipticalGraphicObject(
System.Drawing.RectangleF^ rect,
System.Drawing.Pen pen
)
Parameters
- rect
- Bounding box, in object space, of ellipse.
- pen
- The pen that should be used for drawing the ellipse.