Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENPaintCacheMode Enumeration


In This Topic
    ENPaintCacheMode Enumeration
    In This Topic
    Gets the mode in which the painting of a paint cachable display node can be cached.
    Syntax
    'Declaration
     
    
    Public Enum ENPaintCacheMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPaintCacheMode
    public enum ENPaintCacheMode : System.Enum 
    Members
    MemberDescription
    AutoThe node allows the caching of its visible and full clipped area. The paint caching system automatically determines which one to cache.
    FullClipFlag that signals that the node allows the caching of its full clipped area.
    NoneThe node currently does not allow paint caching.
    VisibleClipFlag that signals that the node allows the caching of its visible clipped area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENPaintCacheMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also