HTML5 drawing rectangles in the canvas

Source: Internet
Author: User

Ching

Original address: http://blog.csdn.net/qingdujun/article/details/32930501


First, draw the rectangle

The canvas uses the origin (0,0) coordinate system in the upper-left corner, the x-coordinate is incremented to the right, and the y-coordinate is incremented downward.

Draws a rectangle using the rectangle drawing function of the drawing environment.

    • FillRect (x,y,width,height) : Draws a solid rectangle.
    • Strokerect (x,y,width,height) : Draws a hollow rectangle.
    • Clearrect (x,y,width,height) : Clears the specified rectangular area so that it is completely transparent.

Second, draw a rectangle in the canvas

<!--<! The doctype> declaration must be the first line in the HTML document, before the 

Third, the effect of drawing


References: (India) Xiang Card (SHANKAR,A.R.) (author). She Guanglei (translator). HTML5 Game Development Advanced Guide [M]. Beijing: Electronic industry Press, 2013.3-5.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.