public final class BitmapUtil
extends java.lang.Object
Bitmap
classConstructor and Description |
---|
BitmapUtil() |
Modifier and Type | Method and Description |
---|---|
static android.graphics.Bitmap |
createFrom(android.graphics.Bitmap bitmap,
android.graphics.RectF bitmapRegion)
Creates a new bitmap from the part of specified
bitmap |
public static android.graphics.Bitmap createFrom(android.graphics.Bitmap bitmap, android.graphics.RectF bitmapRegion)
bitmap
bitmap
- The source bitmapbitmapRegion
- The relative bounds to create new bitmap from