AddRegion(String,Int32,Int32,Int32,Int32,ForegroundMixMode,Int32) Method
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Function AddRegion( _
   ByVal  As String, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As ForegroundMixMode, _
   ByVal  As Integer _
) As Integer
             
        
            
            public int AddRegion( 
   string ,
   int ,
   int ,
   int ,
   int ,
   ForegroundMixMode ,
   int 
)
             
        
            
            public function AddRegion( 
    : String;
    : Integer;
    : Integer;
    : Integer;
    : Integer;
    : ForegroundMixMode;
    : Integer
): Integer; 
             
        
            
            public function AddRegion( 
    : String,
    : int,
    : int,
    : int,
    : int,
    : ForegroundMixMode,
    : int
) : int;
             
        
            
            public: int AddRegion( 
   string* ,
   int ,
   int ,
   int ,
   int ,
   ForegroundMixMode ,
   int 
) 
             
        
            
            public:
int AddRegion( 
   String^ ,
   int ,
   int ,
   int ,
   int ,
   ForegroundMixMode ,
   int 
) 
             
        
             
        
            Parameters
- Name
- Left
- Top
- Width
- Height
- MixMode
- RegionColor
 
            
            
            
            
            
            
            
            
            
            
            
            See Also