Table of Contents

Field AfterPaint

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

Represents a delegate that is invoked after the painting operation is completed.

public BaseDrawable.PaintDelegate? AfterPaint

Returns

BaseDrawable.PaintDelegate
Represents a delegate that is invoked after the painting operation is completed.

Remarks

This delegate can be used to perform additional operations or customizations after the primary painting logic has been executed. The specific parameters and behavior of the delegate depend on the implementation of the painting logic.