Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Zoom property only works so long as the Layout property is set to "Pan".

...

Code Block
// Double the image size 
Set_Property(@Window:".OLE_PICTURE", "OLE.Zoom", "2.0") 

// Zoom out 
Set_Property(@Window:".OLE_PICTURE", "OLE.Zoom", "0.5")

See Also

Layout