ImagePlaneAllPixels Property

CVB.Net Documentation
Gets an enumerator to enumerate all pixels of this plane.

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

public IEnumerable<IntPtr> AllPixels { get; }

Property Value

Type: IEnumerableIntPtr
Enumerator to enumerate the pointers to each pixel in an image.
See Also

Reference