FillRegion
Graphics.FillRegion method
填充区域的内部。
public void FillRegion(Brush brush, Region region)
范围 | 类型 | 描述 |
---|---|---|
brush | Brush | 决定填充特性的画笔。 |
region | Region | 表示要填充的区域的区域。 |
也可以看看
- class Brush
- class Region
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
填充区域的内部。
public void FillRegion(Brush brush, Region region)
范围 | 类型 | 描述 |
---|---|---|
brush | Brush | 决定填充特性的画笔。 |
region | Region | 表示要填充的区域的区域。 |