Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / ComputePickMatrix Method

In This Topic
    ComputePickMatrix Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function ComputePickMatrix( _
       ByVal rectangle As RectangleF, _
       ByVal viewportSize As Size, _
       ByVal viewFrame() As Integer _
    ) As Double()
    public override double[] ComputePickMatrix( 
       RectangleF rectangle,
       Size viewportSize,
       int[] viewFrame
    )

    Parameters

    rectangle
    viewportSize
    viewFrame
    See Also