iOS畫圓

來源:互聯網
上載者:User

標籤:

/* Add an arc of a circle to the context‘s path, possibly preceded by a

   straight line segment. `(x, y)‘ is the center of the arc; `radius‘ is its

   radius; `startAngle‘ is the angle to the first endpoint of the arc;

   `endAngle‘ is the angle to the second endpoint of the arc; and

   `clockwise‘ is 1 if the arc is to be drawn clockwise, 0 otherwise.

   `startAngle‘ and `endAngle‘ are measured in radians. */

  ”(x,y)”是弧的中心,“radius”是它的半徑;“startAngle”是第一個的角弧的端點;“endAngle”的第二個端點弧角;和

  “clockwise” == 1電弧是順時針,否則為0。

  “startAngle”和“endAngle測量的弧度。

 CG_EXTERN void CGContextAddArc(CGContextRef c, CGFloat x, CGFloat y,

  CGFloat radius, CGFloat startAngle, CGFloat endAngle, int clockwise)

  CG_AVAILABLE_STARTING(__MAC_10_0, __IPHONE_2_0);

 

 CGContextAddArc(context, x, y, 3, 0, 2*PI, 0); //添加一個圓   圓心為(x, y)半徑為3 圓周為2*PI的小圓,

iOS畫圓

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.