- Posts: 97
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
how to add the text at touch position.
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
10 years 6 months ago #10353
by ankur123987
Replied by ankur123987 on topic how to add the text at touch position.
Hi davide ,
Please respond for above query.
thanks
Please respond for above query.
thanks
10 years 6 months ago #10355
by support
Replied by support on topic how to add the text at touch position.
Dear Ankur, may you split your requests in different threads?
Actual thread is mixing different requests and is becoming not-useful for other forum's users.
Thank you.
Actual thread is mixing different requests and is becoming not-useful for other forum's users.
Thank you.
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 6 months ago #10358
by ankur123987
Replied by ankur123987 on topic how to add the text at touch position.
Ok sure support team,
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 6 months ago #10359
by ankur123987
Replied by ankur123987 on topic how to add the text at touch position.
This is correct thread for ask the following question .
i want to add the static text at touch position how can i do that . i am using following code for write the text
PageContent content = new PageContent();
content.Create();//create content, do not forget.
content.GSSave();
Matrix mat = new Matrix( 1, 1, x, y);
content.GSSetMatrix(mat);
mat.Destroy();
x and y are parameters of onpdfblanktapped method
please help
i want to add the static text at touch position how can i do that . i am using following code for write the text
PageContent content = new PageContent();
content.Create();//create content, do not forget.
content.GSSave();
Matrix mat = new Matrix( 1, 1, x, y);
content.GSSetMatrix(mat);
mat.Destroy();
x and y are parameters of onpdfblanktapped method
please help
Time to create page: 0.365 seconds