Initializes a new instance of the LineStyle class
        
        Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public LineStyle( float left, float top, float width, float height, Color color ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ left As Single, _ top As Single, _ width As Single, _ height As Single, _ color As Color _ ) | 
| Visual C++ | 
|---|
| public: LineStyle( float left, float top, float width, float height, Color color ) | 
Parameters
- left
- Type: System..::..Single
- top
- Type: System..::..Single
- width
- Type: System..::..Single
- height
- Type: System..::..Single
- color
- Type: System.Drawing..::..Color
 
     
     
     
     
    