Chris D
Chris D
UnsafeNativeMethods.OnCallback = new UnsafeNativeMethods.WebPMemoryWrite(MyWriter); is causing an exception: System.NullReferenceException Object reference not set to an instance of an object. at UnsafeNativeMethods.WebPEncode_x64(WebPConfig& config, WebPPicture& picture) at WebP.AdvancedEncode(Bitmap bmp, WebPConfig config, Boolean...
Steps to repro: 1. Enter EDIT mode on a page 2. Click to an area to be able to add a table 3. Add the table 4. Single click on...
Is there a way within this interop to delete a polygon after being created? I can't seem to find any implementation of that?
When following the example for a dynamic Modal, there doesn't seem to be a way to allow the component which implements the contents of the BodyTemplate in order to facilitate...
I've used this package in multiple projects, but this is the first time I've received this error. On a razor page (index.razor) I simply have the following: ``` ``` However,...