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

In This Topic
    ReadRgbValues Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function ReadRgbValues( _
       ByVal leftBottomCameraScreen As Point, _
       ByVal size As Size, _
       ByVal data As BitmapData _
    ) As Byte()
    public override byte[] ReadRgbValues( 
       Point leftBottomCameraScreen,
       Size size,
       BitmapData data
    )

    Parameters

    leftBottomCameraScreen
    size
    data
    See Also