|
PointsMarker Constructor (IListIFeaturePoint, Color, Int32)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic PointsMarker(
IList<IFeaturePoint> points,
Color markerColor,
int width
)
Public Sub New (
points As IList(Of IFeaturePoint),
markerColor As Color,
width As Integer
)
Request Example
View SourceParameters
- points
- Type: System.Collections.GenericIListIFeaturePoint
- markerColor
- Type: System.DrawingColor
- width
- Type: SystemInt32
See Also