Changeset 437 for trunk/BAL/WKAL/Skeletons/Graphics/ImageSource.t
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
-
- trunk/BAL/WKAL/Skeletons/Graphics/ImageSource.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Skeletons/Graphics/ImageSource.t
r323 r437 114 114 IntSize size() const; 115 115 116 117 /** 118 * get frameSize at index 119 * @param[in] : index 120 * @param[out] : frameSize 121 */ 122 IntSize frameSizeAtIndex(size_t) const; 123 116 124 /** 117 125 * get repetition count … … 182 190 183 191 184
