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

In This Topic
    IsTransparent Method
    In This Topic
    Tells if the material has a AlphaMapImage or if its Diffuse has alpha < 255.
    Syntax
    'Declaration
     
    Public Function IsTransparent() As Boolean
    public bool IsTransparent()

    Return Value

    True if the material is transparent, false otherwise.
    See Also