Questions tagged [microsoft.ink]

Microsoft WPF library for using digital ink on Windows platform.

Incorporating digital ink into your applications is easier than ever. Ink has evolved from being a corollary to the COM and Windows Forms method of programming to achieving full integration into the WPF. You do not need to install separate SDKs or runtime libraries.

Getting Started with Ink

Digital Ink Overviews

Microsoft.Ink library

34 questions
0
votes
2 answers

Rendering ink using directX

How to render ink on screen using DierctX? I am aware of InkManager in C# for rendering ink on canvas. I am trying to do similar functionality using SharpDX. But I don't have any sample code to refer. Is there any tutorial or sample code which…
ashish nirkhe
  • 689
  • 3
  • 10
  • 22
0
votes
1 answer

Stylus ink pressure is not working

I am trying to apply Ink capability to my Windows Store App. Based on the Simplified Ink Sample in MSDN (note that I use C# sample), I modified the 51st line in Scenario1.xaml.cs, drawingAttributes.IgnorePressure = false; in order to use Stylus…
Youngjae
  • 24,352
  • 18
  • 113
  • 198
0
votes
1 answer

Accurate BoundingBox on Microsoft ISF?

I have a set of Microsoft ISF (Ink Serialized Format) images, which I am attempting to convert to PNGs to include in a web page. I have successfully used the C# package Microsoft.Ink to draw the ink to a Bitmap and save as PNG: byte[] data; // data…
wmorrell
0
votes
1 answer

Anyone remember Agilix ink controls for .net? (Tablet pc)

I am finally updating an old app that targeted some ink functions. At the time we used the Agilix controls to get a lot of ink functions. Basically it was infinotes in a single control. Does anyone know a replacement for Agilix since it seems the…
Quotient
  • 3,925
  • 6
  • 31
  • 35
1 2
3