Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Region Class / Region Constructor / Region Constructor(GraphicsPath,Boolean)
The path to be added to the region.
Indicates if the source path figures should be cloned before adding to the new region.

In This Topic
    Region Constructor(GraphicsPath,Boolean)
    In This Topic
    Initializes a new instance of the Region class.
    Syntax
    '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.
    See Also