Android.Graphics.Outline Members

The members of Android.Graphics.Outline are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

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

Public Properties

Alphafloat. Returns the alpha represented by the Outline.
[read-only]
IsEmptybool. Returns whether the Outline is empty.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CanClip() : bool
Returns whether the outline can be used to clip a View.
Set(Outline)
Replace the contents of this Outline with the contents of src.
SetConvexPath(Path)
Sets the Constructs an Outline from a Path.IsConvex.
SetEmpty()
Sets the outline to be empty.
SetOval(Rect)
Convenience for Outline.SetOval(int, System.Int32, System.Int32, System.Int32)
SetOval(int, int, int, int)
Sets the outline to the oval defined by input rect.
SetRect(Rect)
Convenience for Outline.SetRect(int, System.Int32, System.Int32, System.Int32)
SetRect(int, int, int, int)
Sets the Outline to the rounded rect defined by the input rect, and corner radius.
SetRoundRect(Rect, float)
Convenience for Outline.SetRoundRect(int, System.Int32, System.Int32, System.Int32, System.Int32)
SetRoundRect(int, int, int, int, float)
Sets the Outline to the rounded rect defined by the input rect, and corner radius.