Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Region Class / Region Constructor / Region Constructor(ICurve)
The outer contour

In This Topic
    Region Constructor(ICurve)
    In This Topic
    Single contour constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal outer As ICurve _
    )
    public Region( 
       ICurve outer
    )

    Parameters

    outer
    The outer contour
    See Also