Shape.GetOutline(Outline) Method

Definition

Computes the Outline of the shape and return it in the supplied Outline parameter.

[Android.Runtime.Register("getOutline", "(Landroid/graphics/Outline;)V", "GetGetOutline_Landroid_graphics_Outline_Handler")]
public virtual void GetOutline (Android.Graphics.Outline outline);
[<Android.Runtime.Register("getOutline", "(Landroid/graphics/Outline;)V", "GetGetOutline_Landroid_graphics_Outline_Handler")>]
abstract member GetOutline : Android.Graphics.Outline -> unit
override this.GetOutline : Android.Graphics.Outline -> unit

Parameters

outline
Outline

the Outline to be populated with the result. Must be non-null.

Attributes

Remarks

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

Java documentation for android.graphics.drawable.shapes.Shape.getOutline(android.graphics.Outline).

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