The HitTestInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
|
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
|
ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
Properties
Name | Description | |
---|---|---|
Code |
Gets a code that determines the type of element at the given point.
|
|
Field |
Gets the field at the given point (or null if there is no field there).
|
|
HitHandleFlags |
Gets a set of flags that determines whether the point is on a field resizing handle
(a field has eight handles, one at each corner and one along each edge).
|
|
Point |
Gets the point.
|
|
Section |
Gets the section at the given point (or null if the point is outside the design area).
|
|
SectionX |
Gets the position in section coordinates (twips, relative to the left of the section).
|
|
SectionY |
Gets the position in section coordinates (twips, relative to the top of the section).
|
|
X |
Get the client coordinates of the point.
|
|
Y |
Get the client coordinates of the point.
|