Compartir a través de


CGPath.AddArc Método

Definición

Sobrecargas

AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)
AddArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)

AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)

public void AddArc (nfloat x, nfloat y, nfloat radius, nfloat startAngle, nfloat endAngle, bool clockwise);
member this.AddArc : nfloat * nfloat * nfloat * nfloat * nfloat * bool -> unit

Parámetros

x
nfloat
y
nfloat
radius
nfloat
startAngle
nfloat
endAngle
nfloat
clockwise
Boolean

Se aplica a

AddArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, Boolean)

public void AddArc (CoreGraphics.CGAffineTransform m, nfloat x, nfloat y, nfloat radius, nfloat startAngle, nfloat endAngle, bool clockwise);
member this.AddArc : CoreGraphics.CGAffineTransform * nfloat * nfloat * nfloat * nfloat * nfloat * bool -> unit

Parámetros

x
nfloat
y
nfloat
radius
nfloat
startAngle
nfloat
endAngle
nfloat
clockwise
Boolean

Se aplica a