Click or drag to resize

mcImageSetState Enumeration

Legal flag mask values for the IMcImageSet2.ImageSetState property and its FlagsMask argument.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcImageSetState
Members
  Member nameValueDescription
mcissNoFlags0--- Control Flags
mcissDoNotSyncSetAoiWithSourceAoi4096When this flag is set,changes to source McImage.Aoi and the McImage.ImageSet.Aoi will not be synchronized for this McImageSet. This flag takes precedence over the mcissSyncOnlyUserChangesToAoi flag; that is, if it is set, then no Aoi synchronization will be done at all.
mcissSyncOnlyUserChangesToAoi8192-- Collapse control
mcissCollapseScanAndResDims65536When set for a properlyconstructed McImageSet, the mcisdScan and mcisdResolution dimensions are collapsed by tiling frames along the mcisdScan dimension (which may have a varing number of frames at different locations) and by treating the mcisdResolution dimension as providing sub-sampled frames corresponding to the the frames at the 0th resolution.
mcissInvertTilingY131072When set with themcissCollapseScanAndResDims flag, during collapsing the mcisdScan dimension by tiling the scan frames, the ordering of the vertical dimension is swapped from the positions given by the McFrame.PositionY property (by negating it). To have anyeffect, this flag must be combined with the mcissCollapseScanAndResDims flag.
mcissInvertTilingX262144When set with themcissCollapseScanAndResDims flag, during collapsing the mcisdScan dimension by tiling the scan frames, the ordering of the horizontal dimension is swapped from the positions given by the McFrame.PositionX property (by negating it). To have anyeffect, this flag must be combined with the mcissCollapseScanAndResDims flag.
mcissNoTileBlending524288When set with themcissCollapseScanAndResDims flag, during collapsing the mcisdScan dimension by tiling the scan frames, if the tiling is not perfect, then tiles will be placed with a random source tile being used for areas of tile overlap. If this flag is clear, areas of tile overlap are blended, usually a time-costly operation. To have anyeffect, this flag must be combined with the mcissCollapseScanAndResDims flag.
mcissUnCollapseTemporarily16777216-- End Collapse control
mcissCollapseModfiersMask917504
mcissCollapseRelatedMask17760256
mcissAllFlags-1all state flags
See Also