LineDef Constructor(Unit,Color)
In This Topic
Initializes a new instance of the
LineDef class, assigning line width and color.
Syntax
'Declaration
Public Function New( _
ByVal As Unit, _
ByVal As Color _
)
public LineDef(
Unit ,
Color
)
Parameters
- width
- A value assigned to the Color property.
- color
- A value assigned to the Color property.
See Also