Table of Contents

Struct DesignPanelHitTestResult

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Describes the result of a HitTest(Point, bool, bool, HitTestType) call.

public struct DesignPanelHitTestResult : IEquatable<DesignPanelHitTestResult>
Implements

Constructors

DesignPanelHitTestResult(Visual)

Create a new DesignPanelHitTestResult instance.

Fields

NoHit

Represents the result that nothing was hit.

Properties

AdornerHit

The adorner panel containing the adorner that was hit.

ModelHit

The model item that was hit.

VisualHit

The actual visual that was hit.

Methods

Equals(DesignPanelHitTestResult)

Tests if this hit test result equals the other result.

Equals(object)

Tests if this hit test result equals the other result.

GetHashCode()

Gets the hash code.

Operators

operator ==(DesignPanelHitTestResult, DesignPanelHitTestResult)
operator !=(DesignPanelHitTestResult, DesignPanelHitTestResult)