Click or drag to resize

ImageSourceStreamInfo Class

Objects of this type are returned by IImageStreamSource.GetImageStream(int index). They contain a stream that has the requested image and the frame within that stream that maps to the image index that was requested.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.ImageSourcesImageSourceStreamInfo

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class ImageSourceStreamInfo

The ImageSourceStreamInfo type exposes the following members.

Constructors
  NameDescription
Public methodImageSourceStreamInfo
Creates the object from a stream and frame. The stream contains the requested image and the frame maps the requested index to the frame within this stream.
Top
Properties
  NameDescription
Public propertyFrame
The frame within the ImageStream that maps to the image index originally requested
Public propertyImageStream
The stream that contains the requested image
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also