Edit

CustomRenderingView.CreateHandle(EvasObject) Method

Definition

Implemented by derived CustomRenderingView types to creates a Widget handle.

protected override sealed IntPtr CreateHandle(ElmSharp.EvasObject parent);

Parameters

parent
ElmSharp.EvasObject

The parent object.

Returns

Returns the pointer to the new handle.

Applies to