Android.Graphics.Drawables.Shapes.Shape: Method Members

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

Public Methods

Clone() : Android.Graphics.Drawables.Shapes.Shape
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.

Protected Methods

OnResize(float, float)
Callback method called when Shape.Resize(float, System.Single) is executed.