Eyeshot 10 WinForms API Reference
ReadPixels Method

WinForms Assembly > devDept.Graphics Namespace > D3DTexture2D Class : ReadPixels Method
Syntax
'Declaration
 
Public Function ReadPixels( _
   ByVal rect As Rectangle, _
   ByVal renderContext As D3DRenderContext, _
   ByVal srcTexture As    _
) As Byte()
public byte[] ReadPixels( 
   Rectangle rect,
   D3DRenderContext renderContext,
      srcTexture
)

Parameters

rect
renderContext
srcTexture
See Also

Reference

D3DTexture2D Class
D3DTexture2D Members