Eyeshot 10 WinForms API Reference
ComputePickMatrix Method (D3DRenderContext)

WinForms Assembly > devDept.Graphics Namespace > D3DRenderContext Class : ComputePickMatrix Method
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

Reference

D3DRenderContext Class
D3DRenderContext Members