Region.Intersect
Intersect(RectangleF)
更新这个Region
到自身与指定的交集RectangleF
结构.
public void Intersect(RectangleF rect)
范围 | 类型 | 描述 |
---|---|---|
rect | RectangleF | 这RectangleF 与此相交的结构Region . |
也可以看看
- struct RectangleF
- class Region
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
Intersect(Rectangle)
更新这个Region
到自身与指定的交集Rectangle
结构.
public void Intersect(Rectangle rect)
范围 | 类型 | 描述 |
---|---|---|
rect | Rectangle | 这Rectangle 与此相交的结构Region . |
也可以看看
- struct Rectangle
- class Region
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
Intersect(GraphicsPath)
更新这个Region
到自身与指定的交集GraphicsPath
.
public void Intersect(GraphicsPath path)
范围 | 类型 | 描述 |
---|---|---|
path | GraphicsPath | 这GraphicsPath 与此相交Region . |
也可以看看
- class GraphicsPath
- class Region
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
Intersect(Region)
public void Intersect(Region region)
范围 | 类型 | 描述 |
---|---|---|
region | Region | 这Region 与此相交Region . |
也可以看看
- class Region
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD