VpatYEntry Property

CVB.Net Documentation
Y offset table.

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

public VpatIntPtrIndexer YEntry { get; }

Property Value

Type: VpatIntPtrIndexer
Remarks

VPAT access is returned as IntPtr with this indexer, giving you the correct size of offsets for the platform you are running on, but making it necessary to properly convert the offsets when doing calculations.
See Also

Reference