|
LineMarker Constructor (Color, Int32)
|
Initializes a new instance of the
LineMarker class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public LineMarker(
Color markerColor,
int width
)
Public Sub New (
markerColor As Color,
width As Integer
)
Request Example
View SourceParameters
- markerColor
- Type: System.DrawingColor
- width
- Type: SystemInt32
See Also