SampleListSampleCollectionTDataGetImage Method

CVB.Net Documentation
Retrieve the image behind a TSILDATA handle.

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

protected Image GetImage(
	IntPtr dataHandle
)

Parameters

dataHandle
Type: SystemIntPtr
Native handle of the data object.

Return Value

Type: Image
The image associated with the dataHandle.
See Also

Reference