Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / SilhoEdge Structure / SilhoEdge Constructor

In This Topic
    SilhoEdge Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal v1 As Integer, _
       ByVal v2 As Integer _
    )
    public SilhoEdge( 
       int v1,
       int v2
    )

    Parameters

    v1
    v2
    See Also