Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir,

i am working on tablet pc
i have drawn a stroke and capture the ink packet data information like pressure(GUID) and bezier points in my database. Next i recreate the same stroke from the recorded bezier points. but my stroke pressure information is lost, tell me how i can retain the pressure information of the stroke
following is the method i am using to recreate the stroke

Stroke newStroke = inkOverlay.Ink.CreateStroke(Points);
where Points are the points which i have retrieve from the database

is there any method available to recreate the stroke from Packet data like pressure information so that my stroke retain the same pressure as the parent stroke.

Is it possible to join two strokes by Interpolating the pressure values between the pressure of last point of first curve and first point of last curve
please help me out

with regards
Zoya
Posted
Updated 20-Aug-11 5:53am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900