DesignPanelHitTestResult Struct
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Describes the result of a HitTest(Point, Boolean, Boolean, HitTestType) call.
Implements
System.IEquatable<DesignPanelHitTestResult>
Syntax
public struct DesignPanelHitTestResult : IEquatable<DesignPanelHitTestResult>
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
Equality(DesignPanelHitTestResult, DesignPanelHitTestResult) | |
Inequality(DesignPanelHitTestResult, DesignPanelHitTestResult) |
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Implements
System.IEquatable<T>