NSBezierPath.AppendPathWithArc Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты