Language

RemoteViews.RemoteViewOutlineProvider.GetOutline(View, Outline) Method

Definition

Called to get the provider to populate the Outline.

[Android.Runtime.Register("getOutline", "(Landroid/view/View;Landroid/graphics/Outline;)V", "", ApiSince=31)]
public override void GetOutline(Android.Views.View view, Android.Graphics.Outline outline);
[<Android.Runtime.Register("getOutline", "(Landroid/view/View;Landroid/graphics/Outline;)V", "", ApiSince=31)>]
override this.GetOutline : Android.Views.View * Android.Graphics.Outline -> unit

Parameters

view
View

View : This value cannot be null .

outline
Outline

Outline : This value cannot be null .

Attributes

Remarks

Java documentation for RemoteViews.RemoteViewOutlineProvider.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to