AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource Class Reference

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

Inheritance diagram for AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource:

List of all members.

Public Member Functions

override string ToString ()
 Converts the sprite resource to a string for debugging info.

Properties

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.


Member Function Documentation

override string AgateLib.Resources.SpriteResource.SpriteResource.SpriteFrameResource.ToString (  ) 

Converts the sprite resource to a string for debugging info.

Returns:


Property Documentation

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

Rectangle where the image data is.

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