Add a closed circle contour to the path
Syntax
[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,
Path.Direction dir)
Parameters
- x
- The x-coordinate of the center of a circle to add to the path
- y
- The y-coordinate of the center of a circle to add to the path
- radius
- The radius of a circle to add to the path
- dir
- The direction to wind the circle's contour
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1