Table of Contents

Field BeforePaint

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

Represents a delegate that is invoked before the paint operation occurs.

public BaseDrawable.PaintDelegate? BeforePaint

Returns

BaseDrawable.PaintDelegate
Represents a delegate that is invoked before the paint operation occurs.

Remarks

This delegate can be used to perform custom actions or modifications prior to the paint operation. Assign a method to this delegate to handle pre-paint logic.