ExcludeClip
ExcludeClip(Region)
更新此剪辑区域Graphics排除由 a 指定的区域Region.
public void ExcludeClip(Region region)
范围 | 类型 | 描述 |
---|---|---|
region | Region | Region指定要从剪辑区域中排除的区域。 |
也可以看看
- class Region
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
ExcludeClip(Rectangle)
更新此剪辑区域Graphics排除由 a 指定的区域Rectangle
public void ExcludeClip(Rectangle rect)
范围 | 类型 | 描述 |
---|---|---|
rect | Rectangle | Rectangle指定要从剪辑区域中排除的矩形。 |
也可以看看
- struct Rectangle
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing