Table of Contents

Method SkiaPaintStart

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

SkiaPaintStart(AbstractControl)

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

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

Parameters

control AbstractControl

The AbstractControl to track.