The members of Android.Graphics.Drawables.Shapes.Shape are listed below.
See Also: Inherited members from Java.Lang.Object
Shape() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
Clone()Creates and returns a copy of this Object. | ||
abstract | Draw(Android.Graphics.Canvas, Android.Graphics.Paint)Draw this shape into the provided Canvas, with the provided Paint. | |
GetOutline(Android.Graphics.Outline)Compute the Outline of the shape and return it in the supplied Outline parameter. | ||
Resize(float, float)Resizes the dimensions of this shape. |
OnResize(float, float)Callback method called when Shape.Resize(float, System.Single) is executed. |