ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkHitTest Enumeration




In This Topic
    ImGearARTMarkHitTest Enumeration
    In This Topic
    Specifies the hit test results.
    Syntax
    'Declaration
     
    Public Enum ImGearARTMarkHitTest 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTMarkHitTest
    public enum ImGearARTMarkHitTest : System.Enum 
    __value public enum ImGearARTMarkHitTest : public System.Enum 
    public enum class ImGearARTMarkHitTest : public System.Enum 
    Members
    MemberValueDescription
    INBOUNDARY2Within the mark's boundary, but not on the mark.
    ONMARK3On the mark.
    OUTSIDE1Outside of the mark's boundary.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTMarkHitTest

    See Also