Sudipta Som
Sudipta Som

Reputation: 6577

screen shot of a specific screen area in android

I was trying to take screen shot of a specific area of a Android screen programatically, i can take screen shot of a particular view, but is there any way to capture a specific area of a screen or view. I was trying with Surface view and want to capture specific co-ordinates.

Thanks

Upvotes: 0

Views: 804

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007266

is there any way to capture a specific area of a screen or view

Capture something larger, then cut out the "specific area" into a separate Bitmap, probably using one of the createBitmap() methods.

Upvotes: 1

Related Questions