Created
October 12, 2011 19:21
-
-
Save zeffii/1282236 to your computer and use it in GitHub Desktop.
short declaration of imgtest rasterized image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function displayImage(){ | |
// Create a raster item using the image tag with id='mona' | |
var raster = new Raster('imgtest'); | |
// Move the raster to the center of the view | |
raster.position = view.center; // or some integer. | |
} | |
displayImage(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment