CGPath.AddArcToPoint Method

Definition

Overloads

AddArcToPoint(nfloat, nfloat, nfloat, nfloat, nfloat)
AddArcToPoint(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat)

AddArcToPoint(nfloat, nfloat, nfloat, nfloat, nfloat)

public void AddArcToPoint (nfloat x1, nfloat y1, nfloat x2, nfloat y2, nfloat radius);
member this.AddArcToPoint : nfloat * nfloat * nfloat * nfloat * nfloat -> unit

Parameters

x1
nfloat
y1
nfloat
x2
nfloat
y2
nfloat
radius
nfloat

Applies to

AddArcToPoint(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat)

public void AddArcToPoint (CoreGraphics.CGAffineTransform m, nfloat x1, nfloat y1, nfloat x2, nfloat y2, nfloat radius);
member this.AddArcToPoint : CoreGraphics.CGAffineTransform * nfloat * nfloat * nfloat * nfloat * nfloat -> unit

Parameters

x1
nfloat
y1
nfloat
x2
nfloat
y2
nfloat
radius
nfloat

Applies to