HTML5 draw a rectangle on canvas

Source: Internet
Author: User

Author: Benedict Ching June

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


First, draw the rectangle

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

Draws a rectangle using the rectangle drawing function of the paint 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. Make it completely transparent.

Second, draw a rectangle in the canvas

<!--<! The doctype> declaration must be the first line of the HTML document. Located before the 

Third, the effect of drawing


Reference: (print) Shankar's (SHANKAR,A.R.) (author). Xieguang lei (translator). Advanced Guide to HTML5 game development [M]. Beijing: Electronic industry Press, 2013.3-5.


HTML5 draw a rectangle on canvas

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.