Skia Graph Display

Source: Internet
Author: User
Tags drawtext skia

Question: How to draw different patterns on the canvas to reflect to the terminal.

The setdibitstodevice () function uses bitmap in srcx and srcy as the buffer by default. It has nothing to do with canvas. So how can we reflect the canvas rendering to the device?

Canvas = new skcanvas (* Bitmap );

Create a connection with the bitmap by initializing the canvas. In the future, no matter how many new bitmapx, canvas-> drawbitmap ();

Canvas-> drawtext ("Hello Sanghai", 15,400,400, paint );

Canvas-> drawsprite (* bitmap2, R. fleft, R. ftop, & paint );

Canvas-> drawbitmaprect (* bitmap3, R, & paint );

Canvas-> drawbitmaprecttorect (* bitmap4, & rect, R, & paint );

Canvas-> drawline (0, 0, bitmap-> width (), 0, paint );

And other operations on the canvas will be reflected on the device (HDC,

For canvas = new skcanvas ();

Canvas-> drawbitmap (* bitmap, R. fleft, R. ftop, & paint );

Canvas-> drawtext ()......

And so on, the canvas operation will only be the first bitmap to respond to the device DC.

 

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.