Click or drag to resize

SegmentationClass Constructor (String, Color, Double)

Initializes a new instance of the SegmentationClass class

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	name As String,
	col As Color,
	ranges As Double()
)

Parameters

name
Type: SystemString
col
Type: System.DrawingColor
ranges
Type: SystemDouble
See Also