CVB.Net 14.0
SampleImageList.ImageCollection Class Reference

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. More...
 
- Protected Member Functions inherited from SampleList.SampleCollection< TData >
abstract TData GetData (IntPtr dataHandle)
 Retrieve the data behind a TSILDATA handle. More...
 
Image GetImage (IntPtr dataHandle)
 Retrieve the image behind a TSILDATA handle. More...
 
unsafe float[] GetFloatVector (IntPtr dataHandle)
 Retrieve the float vector behind a TSILDATA handle. More...
 

Additional Inherited Members

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

Detailed Description

Collection of image samples

Member Function Documentation

◆ GetData()

override Image GetData ( IntPtr  dataHandle)
protectedvirtual

Retrieve the image behind a SIL data sample.

Parameters
dataHandle
Returns

Implements SampleList.SampleCollection< TData >.