CVB.Net 14.0
ImageData Class Reference

Stores the access data for image access. More...

Inherits IDisposable.

Public Member Functions

void Dispose ()
 Disposes this object, i.e. releases the lock and notify on dirty state if necessary.
 

Public Attributes

readonly Vpat Vpat
 Gets the VPAT for the plane access.
 
readonly? LinearAccessData LinearAccess
 Gets the linear access data for the plane access if possible. More...
 
readonly ImageDataLockMode LockMode
 Gets the lock mode of the access. More...
 

Detailed Description

Stores the access data for image access.

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

Member Data Documentation

◆ LinearAccess

readonly? LinearAccessData LinearAccess

Gets the linear access data for the plane access if possible.

Linear access data or null (Nothing in VB.Net) if not possible.

◆ LockMode

readonly ImageDataLockMode LockMode

Gets the lock mode of the access.

This is only a hint. There is no actual restriction in memory access.