CGPath.AddArcToPoint 方法
定义
    
       重要
    
    一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
 
    重载
    
	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
	参数
	
	
	
	
	
  
 
 
	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
	参数