Delegate UpdateDrawLabelParamsDelegate
Represents a method that updates the parameters used for drawing a label.
public delegate void UpdateDrawLabelParamsDelegate(ref Graphics.DrawLabelParams prm)
Parameters
prmGraphics.DrawLabelParamsA 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.