VpatBasePtr Property

CVB.Net Documentation
VPAT base pointer.

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

public IntPtr BasePtr { get; }

Property Value

Type: IntPtr
Remarks

Note that this is not necessarily a pointer to the first pixel in the image or the first pixel in the last line of the image, but merely a base pointer for calculating the address of a pixel using the x and y offset tables.
See Also

Reference