The tcGuiImage class is a derived tcGuiObject class that provides a bitmap image representation and drawing mechanism for the GGUI skinnable widgets library. The tcGuiImage class can represent bitmaps with multiple "sections" where a section is a horizontally arranged tile of image data. E.G., a button tcGuiImage might contain 3 sections: 1 for the "up" state, 1 for a "highlighted" state, and 1 for a "down" state.
The tcGuiImage provides the base image manipulation for most widgets requiring skinned look and feel, including tcGuiButton, tcGuiSlider, tcGuiLabel, etc.