Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContextWF Class / D3DRenderContextWF Constructor

In This Topic
    D3DRenderContextWF Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal size As Size, _
       ByVal data As ControlData _
    )
    public D3DRenderContextWF( 
       Size size,
       ControlData data
    )

    Parameters

    size
    data
    See Also