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