VisualRender Method

Renders the visual to a DrawingContext.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual void Render(
	DrawingContext context
)

Parameters

context  DrawingContext
The drawing context.

See Also