IDrawingContextImplClear Method
Clears the render target to the specified color.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void Clear(
Color color
)
Sub Clear (
color As Color
)
abstract Clear :
color : Color -> unit
Parameters
- color Color
- The color.