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) Version: 11.3.999
public sealed class CompositionBatch
Inheritance
Object    CompositionBatch

Properties

Processed Indicates 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
Rendered Indicates 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also