다음을 통해 공유


CGPath.AddArc 메서드

정의

오버로드

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

매개 변수

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

적용 대상

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

매개 변수

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

적용 대상