EnhancedSolidLine Constructor
In This Topic
Creates a line with the specified color and width.
Syntax
'Declaration
Public Function New( _
ByVal As Color, _
ByVal As Single, _
ByVal As CompoundType, _
ByVal As DashType, _
ByVal As CapType, _
ByVal As JoinType, _
ByVal As ArrowType, _
ByVal As ArrowType, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim color As Color
Dim width As Single
Dim compoundType As CompoundType
Dim dashType As DashType
Dim capType As CapType
Dim joinType As JoinType
Dim beginArrowType As ArrowType
Dim endArrowType As ArrowType
Dim beginArrowSize As Integer
Dim endArrowSize As Integer
Dim instance As New EnhancedSolidLine(color, width, compoundType, dashType, capType, joinType, beginArrowType, endArrowType, beginArrowSize, endArrowSize)
Parameters
- color
- Color of the line.
- width
- Width of the line.
- compoundType
- dashType
- Dash type of the line
- capType
- Cap type of the line
- joinType
- Join type of the line
- beginArrowType
- Arrow type at start of the line
- endArrowType
- Arrow size at start of the line
- beginArrowSize
- Arrow type at end of the line
- endArrowSize
- Arrow size at end of the line
Exceptions
See Also