Table of Contents

Method LogFrame

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

LogFrame(AnimatedImageFrameInfo?, ILogWriter?)

Logs detailed information about a specific animation frame identified by the specified URL and frame index.

public static void LogFrame(AnimatedImageFrameInfo? info, ILogWriter? logWriter = null)

Parameters

info AnimatedImageFrameInfo

Frame information.

logWriter ILogWriter

An optional log writer used to output the frame information. If not specified, the default debug log writer is used.

Remarks

If no frame information is available for the given URL and frame index, a message indicating the absence of information is logged instead.