PixelListConversionFromPositions Method

CVB.Net Documentation
Convert a list of positions to an unmanaged pixel list object.

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

public static IntPtr FromPositions(
	ICollection<IPosition> pixels
)

Parameters

pixels
Type: System.Collections.GenericICollectionIPosition
Positions to be converted.

Return Value

Type: IntPtr
Handle to unmanaged pixel list.
Remarks

The handle must be release when no longer used by means of a ReleaseNativeHandle(IntPtr) call.
See Also

Reference