Edit

CustomRenderingView.UpdateSurfaceSize(Rect) Method

Definition

Implemented by derived CustomRenderingView types to update the drawing surface dimensions.

protected abstract bool UpdateSurfaceSize(ElmSharp.Rect geometry);

Parameters

geometry
ElmSharp.Rect

The current geometry of the control.

Returns

Returns true if the size has changed, otherwise false.

Applies to