Table of Contents

Class VisualTreeChain

Namespace
DrawnUi.Infrastructure
Assembly
DrawnUi.Maui.dll
public class VisualTreeChain
Inheritance
VisualTreeChain
Inherited Members
Extension Methods

Constructors

VisualTreeChain(SkiaControl)

public VisualTreeChain(SkiaControl child)

Parameters

child SkiaControl

Properties

Child

The final node the tree leads to

public SkiaControl Child { get; set; }

Property Value

SkiaControl

NodeIndices

Perf cache for node indices

public Dictionary<SkiaControl, int> NodeIndices { get; set; }

Property Value

Dictionary<SkiaControl, int>

Nodes

Parents leading to the final node

public List<SkiaControl> Nodes { get; set; }

Property Value

List<SkiaControl>

Transform

Final transform of the chain

public VisualTransform Transform { get; set; }

Property Value

VisualTransform

Methods

AddNode(SkiaControl)

public void AddNode(SkiaControl node)

Parameters

node SkiaControl