Nevron .NET Vision
Nevron.Diagram Namespace / RectangleHitTestType Enumeration


In This Topic
    RectangleHitTestType Enumeration
    In This Topic
    Defines the possible typed of rectangular hit test
    Syntax
    'Declaration
     
    
    Public Enum RectangleHitTestType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RectangleHitTestType
    public enum RectangleHitTestType : System.Enum 
    Members
    MemberDescription
    BoundsContainmentTests whether the rectangle contains the object bounds
    BoundsIntersectTests whether the rectangle has any common area with the object bounds
    RegionIntersectTests whether the rectangle has any common area with the object region
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.RectangleHitTestType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also