- 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
SetRect not working for bitmap annotation
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
11 years 1 month ago #9360
by arcmobile.div
SetRect not working for bitmap annotation was created by arcmobile.div
I have added a bitmap annotation by AddAnnotBitmap method. Later I want to move and reposition it by annot.SetRect(float left, float top, float right, float bottom). But it is not working. It doesn't moves the bitmap in the page.But for other annotation it is working as desired. Please suggest.
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
11 years 1 month ago #9373
by arcmobile.div
Replied by arcmobile.div on topic SetRect not working for bitmap annotation
Hi any update? Please suggest .
11 years 1 month ago #9374
by support
Replied by support on topic SetRect not working for bitmap annotation
From our tests the api is working properly.
May you paste your code, please?
May you paste your code, please?
- arcmobile.div
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 0
11 years 1 month ago #9381
by arcmobile.div
Replied by arcmobile.div on topic SetRect not working for bitmap annotation
Thanks for your reply.
I have used onTouchAnnot to setRect for bitmapAnnot
private boolean onTouchAnnot(MotionEvent event) {
m_annot.SetRect(m_annot_rect0[0], m_annot_rect0[1],m_annot_rect0[2], m_annot_rect0[3]);
}
I have used onTouchAnnot to setRect for bitmapAnnot
private boolean onTouchAnnot(MotionEvent event) {
m_annot.SetRect(m_annot_rect0[0], m_annot_rect0[1],m_annot_rect0[2], m_annot_rect0[3]);
}
Time to create page: 0.406 seconds