Android.Views.ViewOutlineProvider.GetOutline Method
Called to get the provider to populate the Outline.

Syntax

[Android.Runtime.Register("getOutline", "(Landroid/view/View;Landroid/graphics/Outline;)V", "GetGetOutline_Landroid_view_View_Landroid_graphics_Outline_Handler")]
public abstract void GetOutline (View view, Android.Graphics.Outline outline)

Parameters

view
The view building the outline.
outline
The empty outline to be populated.

Remarks

Called to get the provider to populate the Outline. This method will be called by a View when its owned Drawables are invalidated, when the View's size changes, or if View.InvalidateOutline is called explicitly. The input outline is empty and has an alpha of 1.0f.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0