Struct BaseDrawable.PaintDelegateParams
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.
- Handled
Gets or sets a value indicating whether the paint event was handled.