Table of Contents

Method RequireFrames

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

RequireFrames()

Ensures that the required frames are available for processing. If frames are already present, the method exits without performing any action.

public virtual void RequireFrames()

Remarks

This method is typically called before operations that depend on the availability of frames. It is important to ensure that frames are initialized to avoid runtime errors.