The methods of Android.Graphics.Region are listed below. For a list of all members, see the Region Members list.
See Also: Inherited members from Java.Lang.Object
Contains(int, int)Return true if the region contains the specified point | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetBoundaryPath(Path)Set the path to the boundary of the region. | ||
GetBounds(Rect)Set the Rect to the bounds of the region. | ||
InvokeOp(Rect, Region.Op)Perform the specified Op on this region and the specified rect. | ||
InvokeOp(Region, Region.Op)Perform the specified Op on this region and the specified region. | ||
InvokeOp(Rect, Region, Region.Op)Set this region to the result of performing the Op on the specified rect and region. | ||
InvokeOp(Region, Region, Region.Op)Set this region to the result of performing the Op on the specified regions. | ||
InvokeOp(int, int, int, int, Region.Op)Perform the specified Op on this region and the specified rect. | ||
QuickContains(Rect)Return true if the region is a single rectangle (not complex) and it contains the specified rectangle. | ||
QuickContains(int, int, int, int)Return true if the region is a single rectangle (not complex) and it contains the specified rectangle. | ||
QuickReject(Rect)Return true if the region is empty, or if the specified rectangle does not intersect the region. | ||
QuickReject(Region)Return true if the region is empty, or if the specified region does not intersect the region. | ||
QuickReject(int, int, int, int)Return true if the region is empty, or if the specified rectangle does not intersect the region. | ||
Set(Rect)Set the region to the specified rectangle | ||
Set(Region)Set the region to the specified region. | ||
Set(int, int, int, int)Set the region to the specified rectangle | ||
SetEmpty()Set the region to the empty region | ||
SetPath(Path, Region)Set the region to the area described by the path and clip. | ||
Translate(int, int)Translate the region by [dx, dy]. | ||
Translate(int, int, Region)Set the dst region to the result of translating this region by [dx, dy]. | ||
Union(Rect) | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Write the region and its pixels to the parcel. |