SKPICTURE

SkPicture

 

  The SkPicture class records the drawing commands made to a canvas, to 
    be played back at a later time.

 

Pictures record API commands, for later playback (e.g. 
canvas.drawPicture(pict)). Bitmaps store pixels (either directly set, 
or set by drawing into the bitmap with a canvas.

 

 

你可能感兴趣的:(c)