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)
- C#
- VB
- F#
public sealed class CompositionBatch
Public NotInheritable Class CompositionBatch
[<SealedAttribute>]
type CompositionBatch = class end
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) |
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) |