Path.InvokeOp Method

Definition

Overloads

InvokeOp(Path, Path+Op)

Set this path to the result of applying the Op to this path and the specified path.

InvokeOp(Path, Path, Path+Op)

Set this path to the result of applying the Op to this path and the specified path.

InvokeOp(Path, Path+Op)

Set this path to the result of applying the Op to this path and the specified path.

[Android.Runtime.Register("op", "(Landroid/graphics/Path;Landroid/graphics/Path$Op;)Z", "GetInvokeOp_Landroid_graphics_Path_Landroid_graphics_Path_Op_Handler")]
public virtual bool InvokeOp (Android.Graphics.Path path, Android.Graphics.Path.Op op);
[<Android.Runtime.Register("op", "(Landroid/graphics/Path;Landroid/graphics/Path$Op;)Z", "GetInvokeOp_Landroid_graphics_Path_Landroid_graphics_Path_Op_Handler")>]
abstract member InvokeOp : Android.Graphics.Path * Android.Graphics.Path.Op -> bool
override this.InvokeOp : Android.Graphics.Path * Android.Graphics.Path.Op -> bool

Parameters

path
Path

The second operand (for difference, the subtrahend)

op
Path.Op

Returns

True if operation succeeded, false otherwise and this path remains unmodified.

Attributes

Remarks

Java documentation for android.graphics.Path.op(android.graphics.Path, 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.

See also

  • <xref:Android.Graphics.Path.InvokeOp(Android.Graphics.Path%2c+Android.Graphics.Path%2c+Android.Graphics.Path)>

Applies to

InvokeOp(Path, Path, Path+Op)

Set this path to the result of applying the Op to this path and the specified path.

[Android.Runtime.Register("op", "(Landroid/graphics/Path;Landroid/graphics/Path;Landroid/graphics/Path$Op;)Z", "GetInvokeOp_Landroid_graphics_Path_Landroid_graphics_Path_Landroid_graphics_Path_Op_Handler")]
public virtual bool InvokeOp (Android.Graphics.Path path1, Android.Graphics.Path path2, Android.Graphics.Path.Op op);
[<Android.Runtime.Register("op", "(Landroid/graphics/Path;Landroid/graphics/Path;Landroid/graphics/Path$Op;)Z", "GetInvokeOp_Landroid_graphics_Path_Landroid_graphics_Path_Landroid_graphics_Path_Op_Handler")>]
abstract member InvokeOp : Android.Graphics.Path * Android.Graphics.Path * Android.Graphics.Path.Op -> bool
override this.InvokeOp : Android.Graphics.Path * Android.Graphics.Path * Android.Graphics.Path.Op -> bool

Parameters

path1
Path

The first operand (for difference, the minuend)

path2
Path

The second operand (for difference, the subtrahend)

op
Path.Op

Returns

True if operation succeeded, false otherwise and this path remains unmodified.

Attributes

Remarks

Java documentation for android.graphics.Path.op(android.graphics.Path, 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.

See also

  • <xref:Android.Graphics.Path.InvokeOp(Android.Graphics.Path%2c+.Op)>

Applies to