IMcViewNDSubSampling Property
|
|
Sets/gets volume subsampling.
Namespace:
MediaCy.IQL.Display.ViewerND
Assembly:
MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
SyntaxProperty SubSampling As Object
Get
Set
Property Value
Type:
Object
RemarksDefault values are 1,1,1. The values can be set to higher numbers for larger images,
to decrease loading time and increase performance. However, the image quality in this case will be lower.
The input value can be either an array of 3 integer values or just one value. 3 array values define subsampling
along X,Y and Z directions.
If a positive value is passed, the same subsampling is set to all 3 directions.
When positive sub-sampling is set the AutoSabsampling flag is reset.
The output value is a LONGPOINT3D value with sub-sampling along all directions.
Examples
McViewND1.SubSampling = 1
McViewND1.SourceImage = ActiveImage
McViewND1.SubSampling = Array(2,2,1)
McViewND1.AutoSubsampling = -1
See Also