Eyeshot 9.0 WPF API Reference
CaptureBackbuffer Method

WPF Assembly > devDept.Graphics Namespace > ZBuffer Class : CaptureBackbuffer Method
Tells if the image captured for the selection included only the selectable entities
The rectangle in screen coordinates
Captures the Back buffer image
Syntax
'Declaration
 
Public Function CaptureBackbuffer( _
   ByVal renderContext As RenderContextBase, _
   ByVal viewport As IViewport, _
   ByVal keepData As Boolean, _
   ByVal selectableOnly As Boolean, _
   ByVal modelViewProjectionMatrix() As Double, _
   ByVal rect As Rectangle, _
   ByRef stride As Integer, _
   ByRef bpp As Integer, _
   Optional ByVal innerImage As Boolean _
) As Byte()
public byte[] CaptureBackbuffer( 
   RenderContextBase renderContext,
   IViewport viewport,
   bool keepData,
   bool selectableOnly,
   double[] modelViewProjectionMatrix,
   Rectangle rect,
   out int stride,
   out int bpp,
   bool innerImage
)

Parameters

renderContext
viewport
keepData
selectableOnly
Tells if the image captured for the selection included only the selectable entities
modelViewProjectionMatrix
rect
The rectangle in screen coordinates
stride
bpp
innerImage

Return Value

See Also

Reference

ZBuffer Class
ZBuffer Members