Path.AddCircle(Single, Single, Single, Path+Direction) Method

Definition

Add a closed circle contour to the path

[Android.Runtime.Register("addCircle", "(FFFLandroid/graphics/Path$Direction;)V", "GetAddCircle_FFFLandroid_graphics_Path_Direction_Handler")]
public virtual void AddCircle (float x, float y, float radius, Android.Graphics.Path.Direction dir);
[<Android.Runtime.Register("addCircle", "(FFFLandroid/graphics/Path$Direction;)V", "GetAddCircle_FFFLandroid_graphics_Path_Direction_Handler")>]
abstract member AddCircle : single * single * single * Android.Graphics.Path.Direction -> unit
override this.AddCircle : single * single * single * Android.Graphics.Path.Direction -> unit

Parameters

x
Single

The x-coordinate of the center of a circle to add to the path

y
Single

The y-coordinate of the center of a circle to add to the path

radius
Single

The radius of a circle to add to the path

dir
Path.Direction

The direction to wind the circle's contour

Attributes

Remarks

Java documentation for android.graphics.Path.addCircle(float, float, float, android.graphics.Direction).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to