FillPath
Graphics.FillPath method
填充一个内部GraphicsPath
.
public void FillPath(Brush brush, GraphicsPath path)
范围 | 类型 | 描述 |
---|---|---|
brush | Brush | Brush 这决定了填充的特性。 |
path | GraphicsPath | GraphicsPath 表示要填充的路径。 |
例外
例外 | (健康)状况 |
---|---|
ArgumentNullException | brush为空。 -或- path一片空白。 |
也可以看看
- class Brush
- class GraphicsPath
- class Graphics
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging