Click or drag to resize

IMcViewNDVolumeInterpolation Property

Sets/gets volume interpolation flag.

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
Syntax
VB
Property VolumeInterpolation As mcInterpolationTypes
	Get
	Set

Property Value

Type: mcInterpolationTypes
Remarks
Volume interpolation flags affect texture display of the volume. When the property is TRUE displaying zoomed pixels use linear approximation, which has smoothing effect, if the option is FALSE the pixel values are not approximated.
See Also