527395632

Results 6 issues of 527395632

I don't know if my process is wrong, I tried to register the c# class in jscontext, Then, create the registered class new in JS, and then release it, It...

Question

项目示例中, 窗口"TitleBar"的拖动非常流畅, 然后查阅文档没有说到如何实现拖动。但是有关于设置窗口位置的api.我使用moveTo方法设置窗口后效果很不理想, 鼠标经常移出“TitleBar”之外导致拖动不响应, 想问一下这个窗口拖动是如何实现的?

question

我们在注册C#对象的时候, C# 对象中可能会存在很多的事件, 这些事件可以通过js赋值function的形式绑定, 这个需要如何完成?我目前实现了C#事件动态绑定的代码, 不知道如何才能通知到V8Context, 我尝试了CallFunction的方法, 但是报的是V8Context为null。 我现在提供C#代码动态绑定事件的代码, 希望这个功能可以实现上去。 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; namespace XXXXXXXXX...

enhancement

请问你这个库能否实现把一批图片转成视频的功能, 如下图所示: ![image](https://user-images.githubusercontent.com/20411721/110113525-2fa59000-7dee-11eb-91ba-9ce70e1ef242.png) ![image](https://user-images.githubusercontent.com/20411721/110113630-58c62080-7dee-11eb-9d8e-4c11f294fc6a.png) 参考链接:https://github.com/Ruslan-B/FFmpeg.AutoGen/blob/master/FFmpeg.AutoGen.Example/Program.cs

Open "IoTCorePShell", as shown in the following figure: ![0](https://user-images.githubusercontent.com/20411721/105789970-5803c880-5fbe-11eb-8b6e-268474e54450.png) PowerShell Print Log: ------------------------------------------------------------ Loading IoTCoreImaging module.. ADK version 10.0.17763.1 found arm IoT Core kit version 10.0.17763.253 found Warning: x86 IoT...

new Date() 返回的JsValue的类型是Object对象, 它如何跟C#中的DateTime相互转换呢?