The methods of Android.Graphics.Drawables.Shapes.Shape are listed below. For a list of all members, see the Shape Members list.
See Also: Inherited members from Java.Lang.Object
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. |