Android.Graphics.Drawables.Shapes.Shape.GetOutline Method
Compute the Outline of the shape and return it in the supplied Outline parameter.

Syntax

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

Parameters

outline
The Outline to be populated with the result. Should not be null.

Remarks

Compute the Outline of the shape and return it in the supplied Outline parameter. The default implementation does nothing and outline is not changed.

[Android Documentation]

Requirements

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