Path.AddCircle(Single, Single, Single, Path+Direction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.