ImageBrush Constructor
        
 Initializes the brush. Called during construction.
 
         
        Parameters
        
            - src
            
 
            - 
                
Type: String
(optional) The initial image source for this image brush.
Optional: True 
        
        Examples
        The following example initializes a new instance of a ImageBrush object:
        
var newObject = new dundas.controls.ImageBrush();