[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellView.OnRenderBackgroundAdorners

OnRenderBackgroundAdorners Method

OnRenderBackgroundAdorners(CGContext, CGRect)

Draw the background adorners of the control in the specified drawingContext.

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