Click or drag to resize

IMcImageSetResolution Interface

An interface implemented by McImageSetResolution.

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

The IMcImageSetResolution type exposes the following members.

Properties
  NameDescription
Public propertyDimensionIndex
Index of this instance in owning McImageSetResolutions collection.
Public propertyIsTiled
Indicates whether this resolution is tiled.
Public propertyParentCollection
The parent McImageSetResolutions collection for this Resolution instance.
Public propertyScanPositions
Returns the scan positions for this resolution.
Public propertyValidPositions
The locations as a NUMBER_OF_DIMENSIONS-length array of integral values.
Public propertyXExtent
The Extent along the X axis of this resolution.
Public propertyXPosition
The position along the X axis of this resolution.
Public propertyXResolution
The Resolution along the X axis of this resolution.
Public propertyYExtent
The Extent along the Y axis of this resolution.
Public propertyYPosition
The position along the Y axis of this resolution.
Public propertyYResolution
The Resolution along the Y axis of this resolution.
Top
Methods
  NameDescription
Public methodCopyFrom
Sets the state to a copy of another instance
Public methodInit
Method to set the values of an existing McImageSetResolution instance.
Public methodSetIsTiled
Top
See Also