Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

StaticEllipse

 

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.

 

 

Constructor Detail


 

StaticEllipse()

Initializes StaticEllipse.

 

 

Public Member List

 


 

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.

 

 

Do you want to contribute?