DisplayHighBitScaleMode Property

CVB.Net Documentation
Mode defining the treatment of images with more than 8 bits per pixel. See HighBitScaleMode for a description of the available modes. Note that floating point accuracy images will always be shown as if the mode
HighBitScaleMode.ViewPort
was set, regardless of your actual setting. Also note that the
HighBitScaleMode.ViewPort
setting will cause the display to ignore the values of Gain and Offset.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

[DefaultValueAttribute(HighBitScaleMode.Global)]
public HighBitScaleMode HighBitScaleMode { get; set; }

Property Value

Type: HighBitScaleMode
See Also

Reference