Click or drag to resize

IMcImageSetResolutions Interface

An interface implemented by McImageSetResolutions.

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

The IMcImageSetResolutions type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of resolutions in the collection.
Public propertyItem
Item property handler for the Resolutions collection.
Public propertyNativeHeight
The native height of the highest resolution in the collection.
Public propertyNativeWidth
The native width of the highest resolution in the collection.
Public propertyParentImageSet
The parent McImageSet, if any, for this Resolution collection.
Public propertyUnits
The native width of the highest resolution in the collection.
Public propertyXUnitsPerPixel
The X units per pixel of the highest resolution in the collection.
Public propertyYUnitsPerPixel
The native width of the highest resolution in the collection.
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McImageSetResolution to the collection.
Public methodCopyFrom
Sets the state to a copy of another instance
Public methodGetEnumerator
Public methodRemoveAll
Removes all resolutions from the McImageSetResolutions collection.
Top
See Also