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