AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource Class Reference

Class representing a frame of a sprite in a SpriteResource. More...

List of all members.

Public Member Functions

override string ToString ()

Properties

string Filename [get, set]
 Filename the frame is located in.
Rectangle Bounds [get, set]
 Rectangle where the image data is.
Point Offset [get, set]
 Offset in the sprite to where the upper left of the image is drawn.


Detailed Description

Class representing a frame of a sprite in a SpriteResource.


Property Documentation

Rectangle AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource.Bounds [get, set]

Rectangle where the image data is.

string AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource.Filename [get, set]

Filename the frame is located in.

Point AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource.Offset [get, set]

Offset in the sprite to where the upper left of the image is drawn.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo