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

In This Topic
    AlphaMapImage Property (Material)
    In This Topic
    Gets or sets the material alpha image.
    Syntax
    'Declaration
     
    Public Property AlphaMapImage As Image
    public Image AlphaMapImage {get; set;}
    Remarks
    If the material is already added to the ViewportLayout call LoadTexture to make it effective.Black pixels are treated as fully transparent, white pixels are treated as fully opaque.
    See Also