Imports SkiaSharp

Namespace Nexamas.UI.Verification

    ''' <summary>
    ''' Captures a scenario into an SKBitmap that can be persisted and compared by the verification runner.
    ''' Implementations must be deterministic: same scenario, same dimensions, same theme/state facts, same bitmap.
    ''' </summary>
    Friend Delegate Function MASRenderCaptureHandler(scenario As MASRenderVerificationScenario) As SKBitmap

End Namespace
