Click or drag to resize

IMcHistogramBinCount Property

A read-write property specifying the number of bins in the Histogram.

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

Property Value

Type: Int32
Remarks
This number also reflects the number of entries in RawValues, Values and BinXValues. It is initially set to 256. Get the MaxBinCount property to see what the maximum allowed BinCount is for a given source image. MaxBinCount will always be at least 256 and will be at most 65536.
See Also