NSBezierPath.AppendPathWithArc 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AppendPathWithArc(CGPoint, CGPoint, nfloat) | |
AppendPathWithArc(CGPoint, nfloat, nfloat, nfloat) | |
AppendPathWithArc(CGPoint, nfloat, nfloat, nfloat, Boolean) |
AppendPathWithArc(CGPoint, CGPoint, nfloat)
[Foundation.Export("appendBezierPathWithArcFromPoint:toPoint:radius:")]
public virtual void AppendPathWithArc (CoreGraphics.CGPoint point1, CoreGraphics.CGPoint point2, nfloat radius);
abstract member AppendPathWithArc : CoreGraphics.CGPoint * CoreGraphics.CGPoint * nfloat -> unit
override this.AppendPathWithArc : CoreGraphics.CGPoint * CoreGraphics.CGPoint * nfloat -> unit
매개 변수
- point1
- CGPoint
- point2
- CGPoint
- radius
- nfloat
- 특성
적용 대상
AppendPathWithArc(CGPoint, nfloat, nfloat, nfloat)
[Foundation.Export("appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:")]
public virtual void AppendPathWithArc (CoreGraphics.CGPoint center, nfloat radius, nfloat startAngle, nfloat endAngle);
abstract member AppendPathWithArc : CoreGraphics.CGPoint * nfloat * nfloat * nfloat -> unit
override this.AppendPathWithArc : CoreGraphics.CGPoint * nfloat * nfloat * nfloat -> unit
매개 변수
- center
- CGPoint
- radius
- nfloat
- startAngle
- nfloat
- endAngle
- nfloat
- 특성
적용 대상
AppendPathWithArc(CGPoint, nfloat, nfloat, nfloat, Boolean)
[Foundation.Export("appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:")]
public virtual void AppendPathWithArc (CoreGraphics.CGPoint center, nfloat radius, nfloat startAngle, nfloat endAngle, bool clockwise);
abstract member AppendPathWithArc : CoreGraphics.CGPoint * nfloat * nfloat * nfloat * bool -> unit
override this.AppendPathWithArc : CoreGraphics.CGPoint * nfloat * nfloat * nfloat * bool -> unit
매개 변수
- center
- CGPoint
- radius
- nfloat
- startAngle
- nfloat
- endAngle
- nfloat
- clockwise
- Boolean
- 특성