monoandroid
namespace Android.Graphics
{
[Register("android/graphics/Path", DoNotGenerateAcw = true)]
public class Path : Object
{
[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(Path! path1, Path! path2, Op! op);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |