| RegionIntersect Method (GraphicsPath) |
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic void Intersect(
GraphicsPath path
)
Public Sub Intersect (
path As GraphicsPath
)
public:
void Intersect(
GraphicsPath^ path
)
member Intersect :
path : GraphicsPath -> unit
Parameters
- path
- Type: Aspose.PSDGraphicsPath
The GraphicsPath to intersect with this Region.
See Also