Texture Class
A Texture - a specific portion of an image that can then be drawn by a Bitmap. This class is hidden within TextureAtlas, and can't be manually created.
Properties
frame
createjs.Rectangle
The frame rectangle within the image.
image
Image | HTMLCanvasElement
The image element that this texture references.
offset
createjs.Point
The offset that the trimmed sprite should be placed at to restore it to the untrimmed position.