Skip to main content

CompositionBatch Class

Represents a group of serialized changes from the UI thread to be atomically applied at the render thread

Definition

Namespace: Avalonia.Rendering.Composition.Transport
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public sealed class CompositionBatch
InheritanceObject → CompositionBatch

Properties

ProcessedIndicates that batch got deserialized on the render thread and will soon be rendered. It's generally a good time to start producing the next one
RenderedIndicates that batch got rendered on the render thread. It's generally a good time to start producing the next one

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Rendering.Composition.Transport Namespace