ink eraser in visio

K

Keng Yuen Lok

Hi all,

There's some inking tools in visio. But the drawback of it is that the
eraser erases the ink in a set of strokes. Is there a method to erase ink
bit by bit (erasing by pixels instead of strokes)?

Regards,
KengYuen
 
K

Keng Yuen Lok

Hi Mark,

I'm trying to make use of TabletSDK to manipulate ink in visio. Do you think
there is a way to do that? Hope I'm not asking for the impossilbe.

Thanks
 
M

Mark Nelson [MS]

I don't believe you can get at the ink objects in Visio. Visio itself uses
the SDK to package up the ink into a Visio shape, but this is not exposed
through automation.

--
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Georges Winkenbach [MSFT]

It is possible to get to the ink object through automation. An ink shape is
a foreign shape. The ForeignData property for that shape is the serialized
ink data. Using the Tablet SDK, it is possible to take that serialized ink
data and create an ink object. However, note that you can only get the
ForeignData property; there is no way to set it.

--
Georges Winkenbach
Microsoft Corporation.

This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top