Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / LoadTexture Method

In This Topic
    LoadTexture Method
    In This Topic
    Loads the texture for this material. This is done automatically the first time the material is added to the Materials collection.
    Syntax
    'Declaration
     
    Public Sub LoadTexture( _
       ByVal renderContext As RenderContextBase _
    ) 
    public void LoadTexture( 
       RenderContextBase renderContext
    )

    Parameters

    renderContext
    Remarks
    If the TextureImage or EnvironmentMappingImage are changed, this method needs to be called to update the graphics data.
    See Also