Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTextureDepth Class / UpdateRegion Method

In This Topic
    UpdateRegion Method (D3DTextureDepth)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub UpdateRegion( _
       ByVal renderContext As RenderContextBase, _
       ByVal bitmap As Bitmap, _
       ByVal xOffset As Integer, _
       ByVal yOffset As Integer _
    ) 
    public override void UpdateRegion( 
       RenderContextBase renderContext,
       Bitmap bitmap,
       int xOffset,
       int yOffset
    )

    Parameters

    renderContext
    bitmap
    xOffset
    yOffset
    See Also