Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / HatchRegion Class / HatchRegion Constructor / HatchRegion Constructor(IList<ICurve>)

In This Topic
    HatchRegion Constructor(IList<ICurve>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contours As IList(Of ICurve) _
    )
    public HatchRegion( 
       IList<ICurve> contours
    )

    Parameters

    contours
    See Also