Initializes a new instance of the RECT class
        
        Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public RECT( int left_, int top_, int right_, int bottom_ ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ left_ As Integer, _ top_ As Integer, _ right_ As Integer, _ bottom_ As Integer _ ) | 
| Visual C++ | 
|---|
| public: RECT( int left_, int top_, int right_, int bottom_ ) | 
Parameters
- left_
- Type: System..::..Int32
- top_
- Type: System..::..Int32
- right_
- Type: System..::..Int32
- bottom_
- Type: System..::..Int32
 
     
     
     
     
    