Skip to main content

CompositionCustomVisualHandler Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class CompositionCustomVisualHandler

Inheritance: object -> CompositionCustomVisualHandler

Methods

NameDescription
GetRenderBoundsNo summary available.
OnAnimationFrameUpdateNo summary available.
OnMessageNo summary available.
OnRenderNo summary available.

GetRenderBounds Method

public Avalonia.Rect GetRenderBounds()

Returns

Avalonia.Rect

OnAnimationFrameUpdate Method

public void OnAnimationFrameUpdate()

OnMessage Method

public void OnMessage(object message)

Parameters

message object

OnRender Method

public void OnRender(Avalonia.Media.ImmediateDrawingContext drawingContext)

Parameters

drawingContext Avalonia.Media.ImmediateDrawingContext