[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellView.OnRenderBackground

OnRenderBackground Method

OnRenderBackground(CGContext, CGRect)

Draw the background of the control in the specified drawingContext.

Declaration
protected override void OnRenderBackground(CGContext drawingContext, CGRect backgroundArea)
Protected Overrides 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.

Overrides
Remarks

The performed drawings will be clipped if CornerRadius is specified.