Region.InvokeOp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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 rect. |
InvokeOp(Rect, Region, Region+Op) |
Perform the specified Op on this region and the specified rect. |
InvokeOp(Region, Region, Region+Op) |
Perform the specified Op on this region and the specified rect. |
InvokeOp(Int32, Int32, Int32, Int32, Region+Op) |
Perform the specified Op on this region and the specified rect. |
InvokeOp(Rect, Region+Op)
Perform the specified Op on this region and the specified rect.
[Android.Runtime.Register("op", "(Landroid/graphics/Rect;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Rect_Landroid_graphics_Region_Op_Handler")]
public virtual bool InvokeOp (Android.Graphics.Rect r, Android.Graphics.Region.Op op);
[<Android.Runtime.Register("op", "(Landroid/graphics/Rect;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Rect_Landroid_graphics_Region_Op_Handler")>]
abstract member InvokeOp : Android.Graphics.Rect * Android.Graphics.Region.Op -> bool
override this.InvokeOp : Android.Graphics.Rect * Android.Graphics.Region.Op -> bool
Parameters
- r
- Rect
- op
- Region.Op
Returns
- Attributes
Remarks
Java documentation for android.graphics.Region.op(int, int, int, int, android.graphics.Op)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeOp(Region, Region+Op)
Perform the specified Op on this region and the specified rect.
[Android.Runtime.Register("op", "(Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Region_Landroid_graphics_Region_Op_Handler")]
public virtual bool InvokeOp (Android.Graphics.Region region, Android.Graphics.Region.Op op);
[<Android.Runtime.Register("op", "(Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Region_Landroid_graphics_Region_Op_Handler")>]
abstract member InvokeOp : Android.Graphics.Region * Android.Graphics.Region.Op -> bool
override this.InvokeOp : Android.Graphics.Region * Android.Graphics.Region.Op -> bool
Parameters
- region
- Region
- op
- Region.Op
Returns
- Attributes
Remarks
Java documentation for android.graphics.Region.op(int, int, int, int, android.graphics.Op)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeOp(Rect, Region, Region+Op)
Perform the specified Op on this region and the specified rect.
[Android.Runtime.Register("op", "(Landroid/graphics/Rect;Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Rect_Landroid_graphics_Region_Landroid_graphics_Region_Op_Handler")]
public virtual bool InvokeOp (Android.Graphics.Rect rect, Android.Graphics.Region region, Android.Graphics.Region.Op op);
[<Android.Runtime.Register("op", "(Landroid/graphics/Rect;Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Rect_Landroid_graphics_Region_Landroid_graphics_Region_Op_Handler")>]
abstract member InvokeOp : Android.Graphics.Rect * Android.Graphics.Region * Android.Graphics.Region.Op -> bool
override this.InvokeOp : Android.Graphics.Rect * Android.Graphics.Region * Android.Graphics.Region.Op -> bool
Parameters
- rect
- Rect
- region
- Region
- op
- Region.Op
Returns
- Attributes
Remarks
Java documentation for android.graphics.Region.op(int, int, int, int, android.graphics.Op)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeOp(Region, Region, Region+Op)
Perform the specified Op on this region and the specified rect.
[Android.Runtime.Register("op", "(Landroid/graphics/Region;Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Region_Landroid_graphics_Region_Landroid_graphics_Region_Op_Handler")]
public virtual bool InvokeOp (Android.Graphics.Region region1, Android.Graphics.Region region2, Android.Graphics.Region.Op op);
[<Android.Runtime.Register("op", "(Landroid/graphics/Region;Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z", "GetInvokeOp_Landroid_graphics_Region_Landroid_graphics_Region_Landroid_graphics_Region_Op_Handler")>]
abstract member InvokeOp : Android.Graphics.Region * Android.Graphics.Region * Android.Graphics.Region.Op -> bool
override this.InvokeOp : Android.Graphics.Region * Android.Graphics.Region * Android.Graphics.Region.Op -> bool
Parameters
- region1
- Region
- region2
- Region
- op
- Region.Op
Returns
- Attributes
Remarks
Java documentation for android.graphics.Region.op(int, int, int, int, android.graphics.Op)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
InvokeOp(Int32, Int32, Int32, Int32, Region+Op)
Perform the specified Op on this region and the specified rect.
[Android.Runtime.Register("op", "(IIIILandroid/graphics/Region$Op;)Z", "GetInvokeOp_IIIILandroid_graphics_Region_Op_Handler")]
public virtual bool InvokeOp (int left, int top, int right, int bottom, Android.Graphics.Region.Op op);
[<Android.Runtime.Register("op", "(IIIILandroid/graphics/Region$Op;)Z", "GetInvokeOp_IIIILandroid_graphics_Region_Op_Handler")>]
abstract member InvokeOp : int * int * int * int * Android.Graphics.Region.Op -> bool
override this.InvokeOp : int * int * int * int * Android.Graphics.Region.Op -> bool
Parameters
- left
- Int32
- top
- Int32
- right
- Int32
- bottom
- Int32
- op
- Region.Op
Returns
- Attributes
Remarks
Java documentation for android.graphics.Region.op(int, int, int, int, android.graphics.Op)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.