Vpat Structure

CVB.Net Documentation
Virtual Pixel Access Table.

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

public struct Vpat

The Vpat type exposes the following members.

Properties

  NameDescription
Public propertyBasePtr
VPAT base pointer.
Public propertyIntXEntry
X offset table.
Public propertyIntYEntry
Y offset table.
Public propertyLongXEntry
X offset table.
Public propertyLongYEntry
Y offset table.
Public propertyRotation
Guesses the rotation of this VPAT.
Public propertyVpatLayout
Combined VPAT layout. If x or y VPAT layout is confuse, the combined layout will also be confuse. If x or y VPAT layout is linear, the combined layout will also be linear. If x and y VPAT layout is linear with data type, the combined layout will be linear with data type.
Public propertyVpatPtr
Pointer to the native VPAT structure.
Public propertyXEntry
X offset table.
Public propertyXVpatLayout
Increment layout of the x VPAT.
Public propertyYEntry
Y offset table.
Public propertyYVpatLayout
Increment layout of the y VPAT.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference