Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / HasShadow Method

In This Topic
    HasShadow Method (RenderContextBase)
    In This Topic
    Tells if the render context supports shadow.
    Syntax
    'Declaration
     
    Public Overridable Function HasShadow() As Boolean
    public virtual bool HasShadow()

    Return Value

    True if the render context supports shadow.
    See Also