Method | Description | |
---|---|---|
ImageBuilder ( ) : System | ||
buildRandomImageCover ( int _imageRowCount = 3, int _width = 40, delegate_OnImageReady _delegate = null ) : void |
Method | Description | |
---|---|---|
buildRandomImageCoverThread ( int _imageRowCount = 3, int _width = 40, delegate_OnImageReady _delegate = null ) : void | ||
loadRandomImagesFromDB ( int _imageCount ) : List |
public buildRandomImageCover ( int _imageRowCount = 3, int _width = 40, delegate_OnImageReady _delegate = null ) : void | ||
_imageRowCount | int | |
_width | int | |
_delegate | delegate_OnImageReady | |
return | void |
protected buildRandomImageCoverThread ( int _imageRowCount = 3, int _width = 40, delegate_OnImageReady _delegate = null ) : void | ||
_imageRowCount | int | |
_width | int | |
_delegate | delegate_OnImageReady | |
return | void |
protected loadRandomImagesFromDB ( int _imageCount ) : List | ||
_imageCount | int | |
return | List |