ImagePlaneVpat Property

CVB.Net Documentation
Accesses the virtual pixel access table.

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

public Vpat Vpat { get; }

Property Value

Type: Vpat
Remarks

Normally this property only needs to be accessed if you want to access the underlying CVB image on the pixel level. Note that VPAT access is one of the slower access modes. If possible, linear access is preferred.
See Also

Reference