SampleImageListCreateNativeImageData Method

CVB.Net Documentation
Utility function for inheritors that creates a native image data object to be added to the SIL. Make sure to manually release the handle once it is no longer needed!

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

protected IntPtr CreateNativeImageData(
	Image srcImage,
	Point2D extractionLocation
)

Parameters

srcImage
Type: Stemmer.CvbImage
image to create the data from
extractionLocation
Type: Stemmer.CvbPoint2D
location at which to extract data

Return Value

Type: IntPtr
native handle (IntPtr.Zero will not happen).
See Also

Reference