PixelListConversionToPoints Method

CVB.Net Documentation
Convert a pixel list (with pixels with at least 2 components) to a List of Point2Dd objects.

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

public static Point2Dd[] ToPoints(
	IntPtr pl
)

Parameters

pl
Type: SystemIntPtr
unmanaged pixel list object

Return Value

Type: Point2Dd
null if pl was Zero, a list of LocalMaximum objects otherwise.
See Also

Reference