Click or drag to resize

IMcCompositeHost Interface

An interface implemented by McCompositeHost.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcCompositeHost

The IMcCompositeHost type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundIndex
The index of the "Background Source", or -1 if there is no background source.
Public propertyBlinkRate
The rate at which preview blinking will occurr, in blinks per second.
Public propertyDestImageType
The McImageType of the destination image.
Public propertyDestLookupTables
The LookupTables property to set in the destination image.
Public propertyDestOffsetXY
The destination X,Y offset source.
Public propertyDestRect
The destination rectangle.
Public propertyHostedMcColorComposite
The McColorComposite object instance that is hosted by this object.
Public propertyMappedFrameSelector
A selector for the aligned and mapped frame(s) that are to be combined.
Public propertySourceBinningCorrectionXY
One Source binning correction XY or an array of all Source binning corrections XY.
Public propertySourceColor
One Source Color or an array of all Source Colors.
Public propertySourceCount
Count of the Sources.
Public propertySourceFrameMapping
One Source frame mapping or an array of all Source frame mappings.
Public propertySourceImageSet
An optional McImageSet providing the source properties.
Public propertySourceLookupTable
One Source McLookupTables operator or an array of all Source MLookupTables operators.
Public propertySourceOffsetXY
One Source Offset XY or an array of all Source Offset XY.
Public propertySources
One source or an array of all sources.
Public propertySourceStartingFrame
One Source Starting Frame or an array of all Source Starting Frame indices.
Public propertySourceStatus
SourceStatus and control.
Public propertyStatus
Status and control.
Top
Methods
  NameDescription
Public methodAddSource
Add one Source.
Public methodCachedCompositeImage
Execute the current composite on all or a portion of a given frame.
Public methodConvertSetLocationToIndex
Converts a location in the SourceImageSet into a frame index within the hosted composite or alternately, reports the currently displayed preview frame index.
Public methodExecuteComposite
Execute the current composite.
Public methodGetInfo
Returns information about how the current set sources will be combined.
Public methodRemoveSource
Remove one Source or all Sources.
Top
See Also