Accord.Imaging.Filters.PointsMarker.PointsMarker C# (CSharp) Method

PointsMarker() public method

Initializes a new instance of the PointsMarker class.
public PointsMarker ( Color markerColor ) : System.Collections.Generic
markerColor System.Drawing.Color
return System.Collections.Generic
        public PointsMarker(Color markerColor)
            : this((IEnumerable<IntPoint>)null, markerColor, 3)
        {
        }

Same methods

PointsMarker::PointsMarker ( Color markerColor, int width ) : System.Collections.Generic
PointsMarker::PointsMarker ( IEnumerable points ) : System.Collections.Generic
PointsMarker::PointsMarker ( IEnumerable points, Color markerColor ) : System.Collections.Generic
PointsMarker::PointsMarker ( IEnumerable points, Color markerColor, int width ) : System.Collections.Generic
PointsMarker::PointsMarker ( IList points ) : System.Collections.Generic
PointsMarker::PointsMarker ( IList points, Color markerColor ) : System.Collections.Generic
PointsMarker::PointsMarker ( IList points, Color markerColor, int width ) : System.Collections.Generic