Develop a Visual Basic Windows application that will display graphics primitives including rectangles (rectangle, hatch, and gradient brushes), ellipses, Bezier curves, and text, directly to the Windows Form.

GDI+, Graphics Primitives, Rectangles, Curves, Circle, Text, Hatch Patterns, Gradient Brush, Color Dialog Control, Font Dialog Control, Button Control, Textbox Control, GroupBox Control Using the GDI+ classes presented in the notes, develop a Visual Basic Windows application that will display graphics primitives including rectangles (rectangle, hatch, and gradient brushes), ellipses, Bezier curves, and text, directly to the Windows Form. Control dialogs for color and font type are to be used.

Read More