[]
        
(Showing Draft Content)

C1.iOS.Core.C1Border.OnRenderBackground

OnRenderBackground Method

OnRenderBackground(CGContext, CGRect)

Draw the background of the control in the specified drawingContext.

Declaration
protected virtual void OnRenderBackground(CGContext drawingContext, CGRect backgroundArea)
Protected Overridable Sub OnRenderBackground(drawingContext As CGContext, backgroundArea As CGRect)
Parameters
Type Name Description
CGContext drawingContext

The drawing context used to paint the background.

CGRect backgroundArea

The rectangle of the background.

Remarks

The performed drawings will be clipped if C1CornerRadius is specified.