- Posts: 80
- 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
highlight get reform after change of fill color
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
IP: 192.168.0.71
11 years 7 months ago #6782
by arcmobile.div
highlight get reform after change of fill color was created by arcmobile.div
hi,
we have done one highlight with out round edges. After moving the highlight markup and change the color of markup then it's formation are getting chaged. The sample screenshot are given below.
Screen shot 1: Screenshot_2014-07-31-12-06-37(original)
Screen shot 2: Screenshot_2014-07-31-12-07-06(formation changes)
We have used for creating highlight markup following API
page.AddAnnotMarkup(mat, rect, 3,color code);
// For setting fill color of the highlight markup
m_annot.SetFillColor(initialColor);
kindly check this issue.
thanks
we have done one highlight with out round edges. After moving the highlight markup and change the color of markup then it's formation are getting chaged. The sample screenshot are given below.
Screen shot 1: Screenshot_2014-07-31-12-06-37(original)
Screen shot 2: Screenshot_2014-07-31-12-07-06(formation changes)
We have used for creating highlight markup following API
page.AddAnnotMarkup(mat, rect, 3,color code);
// For setting fill color of the highlight markup
m_annot.SetFillColor(initialColor);
kindly check this issue.
thanks
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
IP: 192.168.0.71
11 years 7 months ago #6790
by arcmobile.div
Replied by arcmobile.div on topic highlight get reform after change of fill color
any update on this !!!
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
IP: 192.168.0.71
11 years 7 months ago #6798
by arcmobile.div
Replied by arcmobile.div on topic highlight get reform after change of fill color
Any Update on this
IP: 192.168.0.71
11 years 7 months ago #6817
by nermeen
Replied by nermeen on topic highlight get reform after change of fill color
Can you post a code to reproduce the issue
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
IP: 192.168.0.71
11 years 6 months ago #7016
by arcmobile.div
Replied by arcmobile.div on topic highlight get reform after change of fill color
At first I have created a highlight with (without round edges)
page.AddAnnotMarkup(mat, rect, 3, initialColor1);
Then I have moved the highlight with onTouchAnnot.
Thereof I have changed the color with m_annot.SetFillColor(initialColor2);
But now the highlight get distroted as the images attached earlier.
Please suggest.
page.AddAnnotMarkup(mat, rect, 3, initialColor1);
Then I have moved the highlight with onTouchAnnot.
Thereof I have changed the color with m_annot.SetFillColor(initialColor2);
But now the highlight get distroted as the images attached earlier.
Please suggest.
Time to create page: 0.590 seconds