[]
        
(Showing Draft Content)

C1.iOS.Core.C1Border.OnRenderContent

OnRenderContent Method

OnRenderContent(CGContext, CGRect)

Draw the content of the control in the specified drawingContext.

Declaration
protected virtual void OnRenderContent(CGContext drawingContext, CGRect contentArea)
Protected Overridable Sub OnRenderContent(drawingContext As CGContext, contentArea As CGRect)
Parameters
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.

Remarks

The performed drawings will be clipped if C1CornerRadius is specified.