Scale Portion of Canvas Android -


i've been searching , searching, trying , trying, can't seem figure out. have canvas has various objects drawn on (no images/bitmaps). want draw shape on top of (transparent) , have elements behind scaled - magnify glass. thoughts, suggestions, pointers?

create new scaled bitmap desired portion of bitmap displayed canvas using: createbitmap(bitmap, int, int, int, int, matrix, boolean). set matrix scale desired level. set new bitmap drawable of magnifying view.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -