Delegate BaseDrawable.PaintDelegate
Represents a method that handles custom painting for a drawable control.
public delegate void BaseDrawable.PaintDelegate(ref BaseDrawable.PaintDelegateParams prm)
Parameters
prmBaseDrawable.PaintDelegateParamsThe parameters for the paint operation.