Android.Graphics.Outline: Method Members

The methods of Android.Graphics.Outline are listed below. For a list of all members, see the Outline Members list.

See Also: Inherited members from Java.Lang.Object

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.