Brush 类
定义用于填充图形形状(如矩形、椭圆、饼形、多边形和封闭路径)的内部的对象。
**命名空间:**System.Drawing
**程序集:**System.Drawing(在 system.drawing.dll 中)
语法
声明
Public MustInherit Class Brush
Inherits MarshalByRefObject
Implements ICloneable, IDisposable
用法
Dim instance As Brush
public abstract class Brush : MarshalByRefObject, ICloneable, IDisposable
public ref class Brush abstract : public MarshalByRefObject, ICloneable, IDisposable
public abstract class Brush extends MarshalByRefObject implements ICloneable, IDisposable
public abstract class Brush extends MarshalByRefObject implements ICloneable, IDisposable
备注
这是一个抽象基类,不能进行实例化。若要创建一个画笔对象,请使用从 Brush 派生出的类,如 SolidBrush、TextureBrush 和 LinearGradientBrush。
给继承者的说明 当从 Brush 类继承时,必须重写 Clone 方法。
继承层次结构
System.Object
System.MarshalByRefObject
System.Drawing.Brush
System.Drawing.Drawing2D.HatchBrush
System.Drawing.Drawing2D.LinearGradientBrush
System.Drawing.Drawing2D.PathGradientBrush
System.Drawing.SolidBrush
System.Drawing.TextureBrush
线程安全
此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0