-
Notifications
You must be signed in to change notification settings - Fork 1
Home
BhavyeMathur edited this page Jul 3, 2020
·
31 revisions
I have tried to make this documentation as comprehensive and easy to understand as I could. If there are any questions, feel free to mail me at the address provided below or post an issue on the issues tab.
Anyways, let's get started. This graphics library is object-orientated and is divided into these classes:
- GraphWin - This creates a window for you to draw the other objects on
- Point - This helps position the objects on the window
-
GraphicsObject - This is a general class for all primitive-objects
-
Rectangle
-
Oval
-
Circle
-
Line
-
Arc
-
Polygon
-
Image
-
Text
-
Entry
- Button
- CheckBox
- CycleButton
- RadioButton
- SlideBar
Feel free to use this library in any of your projects and let me know about them!
Contact Author: bhavyemathur@gmail.com