ImageData Class

CVB.Net Documentation
Stores the access data for image access.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbImageData

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public sealed class ImageData : IDisposable

The ImageData type exposes the following members.

Methods

  NameDescription
Public methodDispose
Disposes this object, i.e. releases the lock and notify on dirty state if necessary.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
It is an error when the finalizer is called.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldLinearAccess
Gets the linear access data for the plane access if possible.
Public fieldLockMode
Gets the lock mode of the access.
Public fieldVpat
Gets the VPAT for the plane access.
Top
Remarks

It is mandatory to Dispose this object when you are done with pixel access so that the locks are freed.
See Also

Reference