Exclude
Exclude(RectangleF)
更新这个Region只包含其内部不与指定的 相交的部分RectangleF结构.
public void Exclude(RectangleF rect)
范围 | 类型 | 描述 |
---|---|---|
rect | RectangleF | 这RectangleF从中排除的结构Region. |
也可以看看
- struct RectangleF
- class Region
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
Exclude(Rectangle)
更新这个Region仅包含其内部不与指定的 intersect 相交的部分Rectangle结构.
public void Exclude(Rectangle rect)
范围 | 类型 | 描述 |
---|---|---|
rect | Rectangle | 这Rectangle从中排除的结构Region. |
也可以看看
- struct Rectangle
- class Region
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
Exclude(GraphicsPath)
更新这个Region只包含其内部不与指定的 相交的部分GraphicsPath.
public void Exclude(GraphicsPath path)
范围 | 类型 | 描述 |
---|---|---|
path | GraphicsPath | 这GraphicsPath排除在外Region. |
也可以看看
- class GraphicsPath
- class Region
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
Exclude(Region)
更新这个Region仅包含其内部不与指定的 intersect 相交的部分Region.
public void Exclude(Region region)
范围 | 类型 | 描述 |
---|---|---|
region | Region | 这Region排除在外Region. |
也可以看看
- class Region
- 命名空间 System.Drawing
- 部件 Aspose.Drawing