RegionIntersect Method (GraphicsPath)
Updates this Region to the intersection of itself with the specified GraphicsPath.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public void Intersect(
	GraphicsPath path
)

Parameters

path
Type: Aspose.PSDGraphicsPath
The GraphicsPath to intersect with this Region.
See Also