IDrawingContextImpl.

Clear(Color) Method

Summary

Clears the render target to the specified color.
Namespace
Avalonia.Platform
Containing Type
IDrawingContextImpl

Syntax

void Clear(Color color)

Parameters

Name Type Description
color Color The color.

Return Value

Type Description
void