Class OnHitEventArgs
Inherited Members
Namespace: Slipe.Shared.Markers.Events
Assembly: SlipeShared.dll
Syntax
public class OnHitEventArgs
Properties
| Improve this Doc View SourceElement
The element that hit this marker
Declaration
public PhysicalElement Element { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |
IsDimensionMatching
True if the dimensions of the two elements are matching, false otherwise
Declaration
public bool IsDimensionMatching { get; }
Property Value
Type | Description |
---|---|
Boolean |