Click or drag to resize

IMcRegionAccessChannelToProcess Property

A property that allows access and modifications to only a specific channel of a multi-spectral image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property ChannelToProcess As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
Setting this property to mcwcAllChannels (-1), the default, allows access and modifications to all channels. Color channel 0 is the first (or only, for monochrome McImageType's), while the maximum allowed is Type.NumberOfChannels-1.
See Also