'宣言
Public MustInherit Class Brush
Inherits GdiObject
public abstract class Brush : GdiObject
解説
This is an abstract class, which is just details that it's ranged to Brush. To use a Brush, you should create an instance from its inherited class. Refer to SolidBrush, HatchBrush, PatternBrush