SurfaceLayer
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Base record for layers in a .
csharp
public abstract record SurfaceLayer : IEquatable<SurfaceLayer>Inheritance
Object → SurfaceLayer
Implements
Remarks
Layers are composited bottom-up in the order they are added. Each layer type provides different content:
- an existing - content drawn via callback - dynamically computed cells - a widget tree rendered to a surface