JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Using Brush Classes

You use brushes to fill in figures that you've drawn with the Graphics class. Brush is actually an abstract class-in practice, you use the classes derived from it, and here they are:

Object
   MarshalByRefObject
      Brush
         HatchBrush
         LinearGradientBrush
         PathGradientBrush
         SolidBrush
         TextureBrush

To see a number of these brushes at work, take a look at the next topic.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor