'Declaration Public Function New( _ ByVal path As GraphicsPath, _ Optional ByVal cloneFigures As System.Boolean _ )
public Region( GraphicsPath path, System.bool cloneFigures )
Parameters
- path
- The path to be added to the region.
- cloneFigures
- Indicates if the source path figures should be cloned before adding to the new region.