Composite operations in Android Canvas
Posted
by kayahr
on Stack Overflow
See other posts from Stack Overflow
or by kayahr
Published on 2010-03-31T11:02:20Z
Indexed on
2010/03/31
11:03 UTC
Read the original article
Hit count: 451
I'm just starting with Android development and I'm coming from JavaScript/HTML world so I'm currently investigating the possibilities of the Android SDK.
The HTML 5 canvas supports composite operations (See here).
Is this possible in an Android Canvas? I scanned the API of the Canvas class but couldn't find anything useful. I need at least the composite operation "source-in" or (if this isn't possible) "source-atop".
© Stack Overflow or respective owner