Click or drag to resize

IMcHistogram2Mode Property

A read-write property used to specify how the histogram values and statistics are computed and reported.

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

Property Value

Type: mcHistogramMode

Implements

IMcHistogramMode
Remarks
The value of this property is a combination (OR) of individual mcHistogramMode bit values. As a convienience, the ModeMasked property allows assignment and access-to inidividual bits of the Mode property
See Also