Outline Constructors

Definition

Overloads

Outline()

Constructs an empty Outline.

Outline(Outline)

Constructs an Outline with a copy of the data in src.

Outline()

Constructs an empty Outline.

[Android.Runtime.Register(".ctor", "()V", "")]
public Outline ();
Attributes

Remarks

Constructs an empty Outline. Call one of the setter methods to make the outline valid for use with a View.

Java documentation for android.graphics.Outline.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

Outline(Outline)

Constructs an Outline with a copy of the data in src.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/Outline;)V", "")]
public Outline (Android.Graphics.Outline src);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Outline;)V", "")>]
new Android.Graphics.Outline : Android.Graphics.Outline -> Android.Graphics.Outline

Parameters

src
Outline
Attributes

Remarks

Constructs an Outline with a copy of the data in src.

Java documentation for android.graphics.Outline.Outline(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