-
Notifications
You must be signed in to change notification settings - Fork 0
WaitAfterAddImage
Nonki Takahashi edited this page Apr 24, 2017
·
2 revisions
Wait after Shapes.AddImage() to avoid zoom/rotate center issue on browser with Silverlight environment.
img = Shapes.AddImage(imageName)
If silverlight Then
Program.Delay(msWait)
EndIf
Shapes.Zoom(img, scale, scale)
Shapes.Move(img, x, y)
- Small Basic Known Issue: 24270 - Shape Image is Not Zoomed Nor Rotated from Center in Remote (TechNet Wiki)
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.