In This Article

PointHitTestParameters Class

Represents a class for hit test parameters that use a Point.

public class PointHitTestParameters : HitTestParameters, ICloneable
Inheritance:
object HitTestParameters object
Implements:
ICloneable

Constructors

PointHitTestParameters(PointHitTestParameters)

Initializes an instance of the class by copying values from an existing instance of PointHitTestParameters.

protected PointHitTestParameters(PointHitTestParameters copyFrom)
Parameter Type Description
copyFrom PointHitTestParameters

The instance whose values will be copied to initialize the new instance.

PointHitTestParameters(Point)

Initializes an instance of the class.

public PointHitTestParameters(Point point)
Parameter Type Description
point Point

The Point to test.

Properties

Point

The Point to test.

public Point Point { get; }

Property Value

Point

Methods

Clone()

Creates a new HitTestParameters instance that is a copy of the current instance.

public override HitTestParameters Clone()

Returns

HitTestParameters

Inherited Members

Extension Methods