Android.Graphics.Drawables.Drawable.GetOutline Method
Called to get the drawable to populate the Outline that defines its drawing area.

Syntax

[Android.Runtime.Register("getOutline", "(Landroid/graphics/Outline;)V", "GetGetOutline_Landroid_graphics_Outline_Handler")]
public virtual void GetOutline (Android.Graphics.Outline outline)

See Also

Android.Views.View.OutlineProvider

Parameters

outline
Documentation for this section has not yet been entered.

Remarks

Called to get the drawable to populate the Outline that defines its drawing area.

This method is called by the default Android.Views.ViewOutlineProvider to define the outline of the View.

The default behavior defines the outline to be the bounding rectangle of 0 alpha. Subclasses that wish to convey a different shape or alpha value must override this method.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1