Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTexture2D Class / FillTextureFromScreen Method

In This Topic
    FillTextureFromScreen Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub FillTextureFromScreen( _
       ByVal controlSize As Size, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal renderContext As D3DRenderContext _
    ) 
    public void FillTextureFromScreen( 
       Size controlSize,
       int x,
       int y,
       int width,
       int height,
       D3DRenderContext renderContext
    )

    Parameters

    controlSize
    x
    y
    width
    height
    renderContext
    See Also