Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / ENCursorPixel Enumeration


In This Topic
    ENCursorPixel Enumeration
    In This Topic
    Defines the possible monochrome cursor pixels
    Syntax
    'Declaration
     
    
    Public Enum ENCursorPixel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCursorPixel
    public enum ENCursorPixel : System.Enum 
    Members
    MemberDescription
    BlackThe pixel is black
    InvertedThe pixel is inverted - e.g. inverts the color of the pixel below it.
    TransparentThe pixel is transparent - e.g. has the color of the pixel below it.
    WhiteThe pixel is white
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Graphics.ENCursorPixel

    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