Outline.Set(Outline) Method

Definition

Replace the contents of this Outline with the contents of src.

[Android.Runtime.Register("set", "(Landroid/graphics/Outline;)V", "")]
public void Set (Android.Graphics.Outline src);
[<Android.Runtime.Register("set", "(Landroid/graphics/Outline;)V", "")>]
member this.Set : Android.Graphics.Outline -> unit

Parameters

src
Outline

Source outline to copy from.

Attributes

Remarks

Replace the contents of this Outline with the contents of src.

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