BBjImage::getImageSlice
Description
In BBj 5.0 and higher, this method returns a new BBjImage as a slice of another BBjImage.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getImageSlice(int index, int width)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         index  | 
                                                    
                                                         Zero-based index of the slice within the original BBjImage.  | 
                                                
| 
                                                         width  | 
                                                    
                                                         Width of each image slice.  | 
                                                
Return Value
Returns a new BBjImage object which is a slice of the original BBjImage object.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.