Xamarin Forms is great for developing apps on Android, iOS, and Universal Windows Platform (UWP) but it is missing some important features:
- Scalable images
- NetStandard, PCL and Shared Library, multi-screen / multi-resolution image management
- HTML formatted text for labels and buttons
-...
More information
Provides generic pointer operations for all of .NET, building on the capabilities provided by FSharp.NativeInterop.NativePtr, which this package extends with features like 64-bit capabilities, exposed in an OOP-friendly manner as NativePtr<T> and extension methods to System.IntPtr.
NativeArray, an...
More information
Provides a set of extensions and utilites which facilitates exchange of data from and to .NET P/Invoke methods (or UnmanagedCallersOnly using NativeAOT) avoiding use of both native pointers and unsafe context.
PEP polyfills pointer events in all browsers that have not yet implemented them, providing a unified, responsive input model for all devices and input types.
Starting in September 2012, Microsoft proposed a specification for unifying touch, pen and mouse events called pointer events.
Currently this specification is a…draft :). So modern browsers are not supporting it right now. Only Internet Explorer 10 (obviously !) supports it through vendor...
More information
Supported Platforms:
• NETFramework
Add LEADTOOLS general image markup objects as well as LEADTOOLS specialized document and medical annotation objects, including text, shapes, rulers, sticky note, redaction, encryption, highlight, rubber stamp, audio & video.
This package contains LEADTOOLS...
More information
Supported Platforms:
• NETFramework
Add LEADTOOLS general image markup objects as well as LEADTOOLS specialized document and medical annotation objects, including text, shapes, rulers, sticky note, redaction, encryption, highlight, rubber stamp, audio & video.
This package contains LEADTOOLS user...
More information
Provides functionality for manipulating interior pointers with VB.
- Convert ByRef to interior pointer, or convert interior pointer back to ByRef.
- Load or store unmanaged values indirectly.
- No extra dependencies.
- Supports addition, subtraction, increment, decrement, equality, inequality,...
More information
This library contains some small utilities that wouldn't fit any other category other than 'commonly used'. For a detailed description of all the contents of the library and their usage visit the [wiki](https://github.com/Narumikazuchi/Common/wiki) page.
Bytestream is a small library that enables blazing fast serialization of a collection of types to raw bytes. Either in the form of a byte array byte[] or unmanaged memory IntPtr. The library performs no memory allocation on its own, so you are free to use your own memory allocator!