Explain the four properties of graphics window object title, height,width and background color.
Answers
Answered by
17
Answer:
Explanation:
The Graphics Window provides graphics related input and output functionality. For example, using this class, it is possible to draw and fill circles and rectangles
1. Gets or sets the Background color of the Graphics Window
2. Gets or sets the brush color to be used to fill shapes drawn on the Graphics Window
3. Specifies whether or not the Graphics Window can be resized by the user
4. Gets or sets the width of the pen used to draw shapes on the Graphics Window
5. Gets or sets the color of the pen used to draw shapes on the Graphics Window
Similar questions