Skip to content

SurfaceLayer

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Base record for layers in a .

csharp
public abstract record SurfaceLayer : IEquatable<SurfaceLayer>

Inheritance

ObjectSurfaceLayer

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

Released under the MIT License.