Creates a new instance of 
AnnBrush from this 
AnnBrush. 


            
            
            
            
            protected abstract AnnBrush Create()
             
        
            
            'Declaration
 
Protected MustOverride Function Create() As AnnBrush
             
        
            
            'Usage
 
Dim instance As AnnBrush
Dim value As AnnBrush
 
value = instance.Create()
             
        
            
        
            
        
            
            protected:
abstract AnnBrush^ Create(); 
             
        
             
        
            
            
            Return Value
The 
AnnBrush object this method creates.