IDrawingContextImplClear Method

Clears the render target to the specified color.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Clear(
	Color color
)

Parameters

color  Color
The color.

See Also