示例#1
0
        public unsafe void InvokeStrokeDashPathEffect(global::Android.Graphics.DashPathEffect p0)
        {
            const string __id = "strokeDashPathEffect.(Landroid/graphics/DashPathEffect;)V";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                _members.InstanceMethods.InvokeAbstractVoidMethod(__id, this, __args);
            } finally {
            }
        }
        public unsafe global::Com.Tencent.Mapsdk.Raster.Model.CircleOptions InvokeStrokeDashPathEffect(global::Android.Graphics.DashPathEffect p0)
        {
            const string __id = "strokeDashPathEffect.(Landroid/graphics/DashPathEffect;)Lcom/tencent/mapsdk/raster/model/CircleOptions;";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                var __rm = _members.InstanceMethods.InvokeAbstractObjectMethod(__id, this, __args);
                return(global::Java.Lang.Object.GetObject <global::Com.Tencent.Mapsdk.Raster.Model.CircleOptions> (__rm.Handle, JniHandleOwnership.TransferLocalRef));
            } finally {
            }
        }