Skip to content

WaitAfterAddImage

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

WaitAfterAddImage

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)

See Also

Other Resources


Clone this wiki locally