Class OsdColorSelectorPreview
Inheritance
OsdColorSelectorPreview
Implements
Inherited Members
Namespace: EyeAuras.Blazor.Controls.Osd
Assembly: EyeAuras.Blazor.Controls.dll
Syntax
public class OsdColorSelectorPreview : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Constructors
Name | Description |
---|---|
OsdColorSelectorPreview() |
Properties
Name | Description |
---|---|
BlazorWindowAccessor | |
CanvasRef | |
CursorOffset | |
CursorPosition | |
InMemoryFileProvider | |
PreviewImage | |
PreviewPath | |
ScreenshotPath | |
SelectedColor |
Methods
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
OnAfterFirstRenderAsync() | Method invoked first time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. |
OnInitializedAsync() |