Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / RenderContextBase Class / HasStencil Method

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

    Return Value

    True if the render context supports stencil.
    See Also