Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / DrawOnScreenWireframeParams Class / DrawOnScreenWireframeParams Constructor
The camera
The viewport bounds
The devDept.Graphics.TextureMosaic used to draw the vertices numbers

In This Topic
    DrawOnScreenWireframeParams Constructor
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal camera As Camera, _
       ByVal viewFrame() As Integer, _
       ByVal digitsTexture As TextureMosaic _
    )
    public DrawOnScreenWireframeParams( 
       Camera camera,
       int[] viewFrame,
       TextureMosaic digitsTexture
    )

    Parameters

    camera
    The camera
    viewFrame
    The viewport bounds
    digitsTexture
    The devDept.Graphics.TextureMosaic used to draw the vertices numbers
    See Also