ImageGear .NET - Updated
ImGearARTMarkHitTest Enumeration




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTMarkHitTest Enumeration
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
MemberDescription
INBOUNDARYWithin the mark's boundary, but not on the mark.
ONMARKOn the mark.
OUTSIDEOutside of the mark's boundary.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.ART Namespace