Click or drag to resize

SegmentationClass Constructor (SegmentationData, McImage, Color, Int32, String, MMAppearanceDescr)

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 ( 
	parent As SegmentationData,
	Image As McImage,
	col As Color,
	ind As Integer,
	Optional name As String = "",
	Optional apd As MMAppearanceDescr = Nothing
)

Parameters

parent
Type: MediaCy.Addins.ThresholdToolSegmentationData
Image
Type: MediaCy.IQL.EngineMcImage
col
Type: System.DrawingColor
ind
Type: SystemInt32
name (Optional)
Type: SystemString
apd (Optional)
Type: MMAppearanceDescr
See Also