Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / BeginReadDepthValues Method
The size of the area to read
The number of pixels per row of the read area

In This Topic
    BeginReadDepthValues Method (RenderContextBase)
    In This Topic
    Initializes a depth read operation.
    Syntax
    'Declaration
     
    Public Overridable Sub BeginReadDepthValues( _
       ByVal size As Size, _
       ByRef strideInPixels As Integer _
    ) 
    public virtual void BeginReadDepthValues( 
       Size size,
       out int strideInPixels
    )

    Parameters

    size
    The size of the area to read
    strideInPixels
    The number of pixels per row of the read area
    Remarks
    For internal use only.
    See Also