Table of Contents

Method SkiaPaintStop

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SkiaPaintStop(AbstractControl)

Stops tracking the runtime duration of Skia-based control painting operations for the specified control.

[Conditional("DEBUG")]
public static void SkiaPaintStop(AbstractControl control)

Parameters

control AbstractControl

The AbstractControl to stop tracking.