CGPath.AddArc Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, Boolean) | |
AddArc(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, Boolean) |
AddArc(nfloat, nfloat, nfloat, nfloat, nfloat, 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
Parâmetros
- x
- nfloat
- y
- nfloat
- radius
- nfloat
- startAngle
- nfloat
- endAngle
- nfloat
- clockwise
- Boolean