Struct OsdPointSelectionResult
Implements
Inherited Members
Namespace: EyeAuras.Shared.Osd
Assembly: EyeAuras.Shared.dll
Syntax
public readonly struct OsdPointSelectionResult : IEquatable<OsdPointSelectionResult>
Constructors
| Name | Description |
|---|---|
| OsdPointSelectionResult(Point, OsdRegionTransformationMatrices, IWindowHandle) |
Properties
| Name | Description |
|---|---|
| Matrices | |
| Point | |
| WindowUnderCursor |
Methods
| Name | Description |
|---|---|
| Deconstruct(out Point, out OsdRegionTransformationMatrices, out IWindowHandle) | |
| Equals(OsdPointSelectionResult) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(OsdPointSelectionResult, OsdPointSelectionResult) | |
| operator !=(OsdPointSelectionResult, OsdPointSelectionResult) |