15.8.2 ขนาดและจุดพิกัดของ canvas
- ใช้ attribute width กับ height ใน html tag
- ใช้ property width กับ height ของ canvas object
- มีหน่วยเป็น pixel
- ใช้หน่วยความจำสี่ byte ต่อหนึ่ง pixel
- ถ้าเปลี่ยนขนาด canvas จะถูก reset
- 0,0 อยู่ที่มุมซ้ายบนของ element
- Y+ ลงล่าง
- X+ไปทางซ้าย
- ค่าของจุดเป็น floating point
Comments
Post a Comment