Map for WinForms | ComponentOne
C1.Win.Map Namespace / HitTestType Enumeration

In This Topic
    HitTestType Enumeration
    In This Topic
    Specifies the type of the hit tested object.
    Syntax
    'Declaration
     
    
    Public Enum HitTestType 
       Inherits System.Enum
    public enum HitTestType : System.Enum 
    Members
    MemberDescription
    MapItemThe MapVisualItem is hit tested.
    NoneNo item is hit tested.
    VectorItemThe VectorItem in the viewport is hit tested.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Map.HitTestType

    See Also