[]
Contains information about an area of a drawing object.
public struct HitTestInfo
Public Structure HitTestInfo
Name | Description |
---|---|
HitTestInfo(int) | Initializes a new instance of the HitTestInfo struct. |
HitTestInfo(int, DrawingObject) | Initializes a new instance of the HitTestInfo struct. |
HitTestInfo(int, DrawingObject, int, FreeFormNode?) | Initializes a new instance of the HitTestInfo struct. |
Name | Description |
---|---|
Transparent | Indicates that the position doesn't belong to the object. |
Name | Description |
---|---|
EditingNode | The editing node. |
HitTest | Gets the hit test code at the position indicated by a hit test. |
Target | Gets the object at the position indicated by a hit test. |
Value | Gets the corresponding numeric value of the hit test. |