Table of Contents

Delegate UpdateDrawLabelParamsDelegate

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

Represents a method that updates the parameters used for drawing a label.

public delegate void UpdateDrawLabelParamsDelegate(ref Graphics.DrawLabelParams prm)

Parameters

prm Graphics.DrawLabelParams

A reference to a Graphics.DrawLabelParams structure containing the parameters to be updated.

Remarks

This delegate is typically used to modify or configure the drawing parameters for a label before rendering. The changes made to the prm parameter will directly affect the label's appearance.