The members of Android.Graphics.Outline are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CanClip()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. |