Skip to content

Instantly share code, notes, and snippets.

@sujithkanna
Last active June 10, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sujithkanna/131663032703e733a6dca3d805595ef6 to your computer and use it in GitHub Desktop.
Save sujithkanna/131663032703e733a6dca3d805595ef6 to your computer and use it in GitHub Desktop.
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);
canvas.drawBitmap(mBitmapImage, mSrcBounds, mDrawBounds, mBitmapPaint);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment