PointHitTestParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a Point as the parameter to be used for hit testing of a visual object.
public ref class PointHitTestParameters : System::Windows::Media::HitTestParameters
public class PointHitTestParameters : System.Windows.Media.HitTestParameters
type PointHitTestParameters = class
inherit HitTestParameters
Public Class PointHitTestParameters
Inherits HitTestParameters
- Inheritance
Remarks
The PointHitTestParameters class is for discrete coordinate hit testing, such as might be returned by a device. You can also hit test with a Geometry by creating a GeometryHitTestParameters object.
Constructors
PointHitTestParameters(Point) |
Initializes a new instance of the PointHitTestParameters class, using a Point. |
Properties
HitPoint |
Gets the Point against which to hit test. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |