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
SyntaxProperty VolumeInterpolation As mcInterpolationTypes
Get
Set
Property Value
Type:
mcInterpolationTypes
RemarksVolume 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