[]
Draw the background of the control in the specified drawingContext.
protected virtual void OnRenderBackground(CGContext drawingContext, CGRect backgroundArea)
Protected Overridable Sub OnRenderBackground(drawingContext As CGContext, backgroundArea As CGRect)
| Type | Name | Description |
|---|---|---|
| CGContext | drawingContext | The drawing context used to paint the background. |
| CGRect | backgroundArea | The rectangle of the background. |
The performed drawings will be clipped if C1CornerRadius is specified.