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

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