The members of Android.Graphics.Region are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | BoundaryPath | Path. Return the boundary of the region as a new Path. |
[read-only] | Bounds | Rect. Return a new Rect set to the bounds of the region. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | IsComplex | bool. Return true if the region contains more than one rectangle |
[read-only] | IsEmpty | bool. Return true if this region is empty |
[read-only] | IsRect | bool. Return true if the region contains a single rectangle |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |