[]
        
(Showing Draft Content)

C1.Android.Core.C1Border.OnRenderContent

OnRenderContent Method

OnRenderContent(Canvas, C1Rect)

Draw the content of the control in the specified drawingContext.

Declaration
protected virtual void OnRenderContent(Canvas drawingContext, C1Rect contentArea)
Protected Overridable Sub OnRenderContent(drawingContext As Canvas, contentArea As C1Rect)
Parameters
Type Name Description
Canvas drawingContext

The drawing context used to paint the background.

C1Rect contentArea

The rectangle of the content. This already includes the padding.

Remarks

The performed drawings will be clipped if C1CornerRadius is specified.