Initializes a new instance of the 
ImGearROIMask class from an 
IImGearShape object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As IImGearShape _
)
             
        
            
            'Usage
 
Dim left As Integer
Dim top As Integer
Dim shape As IImGearShape
 
Dim instance As New ImGearROIMask(left, top, shape)
             
        
            
            public ImGearROIMask( 
   int ,
   int ,
   IImGearShape 
)
             
        
            
            public: ImGearROIMask( 
   int ,
   int ,
   IImGearShape* 
)
             
        
            
            public:
ImGearROIMask( 
   int ,
   int ,
   IImGearShape^ 
)
             
        
             
        
            Parameters
- left
- X coordinate of the left top corner of the region.
- top
- Y coordinate of the left top corner of the region.
- shape
- Shape from which the mask will be generated.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also