Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.GfxAttributes Class / IsColorTransparent Method

In This Topic
    IsColorTransparent Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsColorTransparent( _
       ByVal forceGray As Boolean, _
       ByVal vp As ViewportLayout, _
       ByVal ent As Entity _
    ) As Boolean
    public bool IsColorTransparent( 
       bool forceGray,
       ViewportLayout vp,
       Entity ent
    )

    Parameters

    forceGray
    vp
    ent
    See Also