WinForms Paint Documentation - Net Framework

Introduction

This document provides an overview of the WinForms Paint API. It’s used to create custom graphics in the Windows Forms application.

The Paint API allows users to draw on the screen with a wide variety of shapes, colors, and effects.

Basic Features

- **Shapes:** Draw rectangular, circle, ellipse, and other shapes. - **Colors:** Choose colors for your shapes. - **Paths:** Draw lines, curves, and gradients. - Paint Mode: Switch between different painting modes (e.g., Normal, Color, Outline).

Paint Details

Paint Example

Paint Example

Click on the image above. It demonstrates drawing a rectangle, changing the color to blue, and adjusting the fill.