Click or drag to resize

View3DOptionsCommandVolumeInterpolation Property

Volume interpolation flag.

Namespace:  MediaCy.Viewers.Volume
Assembly:  MediaCy.Viewers.Volume (in MediaCy.Viewers.Volume.dll) Version: 3.1.0.0
Syntax
VB
Public Property VolumeInterpolation As Boolean
	Get
	Set

Property Value

Type: Boolean

Return Value

Type: Boolean
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