Java android.graphics Region fields, constructors, methods, implement or subclass

Example usage for Java android.graphics Region fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics Region.

The text is from its open source code.

Constructor

Region()
Create an empty region

Method

booleanop(int left, int top, int right, int bottom, Op op)
Perform the specified Op on this region and the specified rect.
voidsetEmpty()
Set the region to the empty region
booleansetPath(Path path, Region clip)
Set the region to the area described by the path and clip.
booleanunion(Rect r)