Example usage for Java android.graphics BitmapShader fields, constructors, methods, implement or subclass
The text is from its open source code.
BitmapShader(@NonNull Bitmap bitmap, @NonNull TileMode tileX, @NonNull TileMode tileY) Call this to create a new shader that will draw with a bitmap. | |
BitmapShader(Bitmap bitmap, int tileX, int tileY) |
void | setLocalMatrix(@Nullable Matrix localM) Set the shader's local matrix. |