Initializes a new instance of the LineDef class,
assigning line width and color.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public LineDef( Unit width, Color color ) |
Visual Basic |
---|
Public Sub New ( _ width As Unit, _ color As Color _ ) |
Parameters
- width
- Type: C1.C1Preview..::..Unit
A value assigned to the Color property.
- color
- Type: System.Drawing..::..Color
A value assigned to the Color property.