TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mercy Decosta
NA
389
135.5k
Canvas image-rendering feature in HTML5
Jul 21 2011 12:19 AM
I want to know how to use
canvas image-rendering feature in HTML5. I tried this:
var
renderToCanvas
=
function
(
width
,
height
,
renderFunction
)
{
var
buffer
=
document
.
createElement
(
'canvas'
);
buffer
.
width
=
width
;
buffer
.
height
=
height
;
renderFunction
(
buffer
.
getContext
(
'2d'
));
return
buffer
;
};
Reply
Answers (
1
)
How to display tabledata in sqlserver in a HTMLFILE
How to bind sqldatabase in html page