Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / TextureImage Property

In This Topic
    TextureImage Property (Material)
    In This Topic
    Gets or sets the material texture image.
    Syntax
    'Declaration
     
    Public Property TextureImage As Image
    public Image TextureImage {get; set;}
    Remarks
    If the material is already added to the ViewportLayout call LoadTexture to make it effective.
    See Also