Interface IOnScreenRectangle
Inherited Members
Namespace: EyeAuras.Shared.ScreenOverlay
Assembly: EyeAuras.Shared.dll
Syntax
public interface IOnScreenRectangle : IOnScreenObject, IDisposable, INotifyPropertyChanged
Properties
| Name | Description |
|---|---|
| Background | |
| BorderColor | |
| BorderThickness |
Methods
| Name | Description |
|---|---|
| WithBackground(Color) | |
| WithBorderColor(Color) | |
| WithBorderThickness(float) | |
| WithLocation(Point) | |
| WithOpacity(float) | |
| WithRect(Rectangle) | |
| WithSize(Size) |