Click or drag to resize

IMcImageStorage Interface

An interface supporting storage of image frames

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

The IMcImageStorage type exposes the following members.

Properties
  NameDescription
Public propertyCapabilities
Exposes the capablities of this this McImageStorage instance.
Public propertyCommandData
Public propertyCommandFlags
Public propertyIsStorageOpen
Indicates if this this McImageStorage instance is open
Public propertyNaturalImageType
Exposes the most natural McImageType of this this McImageStorage instance.
Top
Methods
  NameDescription
Public methodCloseStorage
Close the image storage.
Public methodDoCommand
Public methodGetDimensions
Get the opened storage's dimensions
Public methodOpenStorage
Open the image storage.
Public methodReadSubsampledSubFrame
Read a subsampled sub-rectangle from the storage.
Public methodSizeClosestSubsampledSubFrame
Inquire as to what size a subsampled sub-rectangle may be gotten.
Public methodWriteSubFrame
Write a sub-rectangle to the storage.
Top
See Also