class StaticEllipse : public Ctrl
As seen in layout designer:
As seen in program:
StaticEllipse shows an ellipse. All the ellipse, including border width, is inside Ctrl limits.
StaticEllipse()
Initializes StaticEllipse.
StaticEllipse& SetWidth(int w)
Sets the ellipse width w in pixels.
StaticEllipse& SetColor(Color c)
Sets the ellipse border color c.
StaticEllipse& SetBackground(Color c)
Sets the ellipse background color c.
|