Table of Contents

Struct BaseDrawable.PaintDelegateParams

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

Contains parameters for the BaseDrawable.PaintDelegate used in custom painting of a drawable object.

public struct BaseDrawable.PaintDelegateParams

Fields

Control

Gets or sets the AbstractControl in which the drawable is painted.

Drawable

Gets or sets the BaseDrawable instance being painted.

Graphics

Gets or sets the Graphics context used for painting.

Handled

Gets or sets a value indicating whether the paint event was handled.