CVB.Net 15.0
Loading...
Searching...
No Matches
SampleImageList.ImageCollection Class Referencesealed

Collection of image samples. More...

Inherits SampleList.SampleCollection< TData >.

Protected Member Functions

override Image GetData (IntPtr dataHandle)
 Retrieve the image behind a SIL data sample.
 
- Protected Member Functions inherited from SampleList.SampleCollection< TData >
TData GetData (IntPtr dataHandle)
 Retrieve the data behind a TSILDATA handle.
 
Image GetImage (IntPtr dataHandle)
 Retrieve the image behind a TSILDATA handle.
 
unsafe float[] GetFloatVector (IntPtr dataHandle)
 Retrieve the float vector behind a TSILDATA handle.
 

Additional Inherited Members

- Public Member Functions inherited from SampleList.SampleCollection< TData >
TData Remove (int index)
 Remove a sample.
 
- Properties inherited from SampleList.SampleCollection< TData >
int Count [get]
 Get the number of samples for this collection.
 
TData this[int index] [get]
 Access one of the sample images.
 

Detailed Description

Collection of image samples.

Member Function Documentation

◆ GetData()

override Image GetData ( IntPtr dataHandle)
protected

Retrieve the image behind a SIL data sample.

Parameters
dataHandle
Returns