VpatRotation Enumeration

CVB.Net Documentation
Identifiers for discrete VPAT rotations

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

public enum VpatRotation
Members

  Member nameValueDescription
Unknown-1 VPAT is irregular, so it is impossible to tell the rotation.
Rotation00 VPAT represents an image without rotation.
Rotation901 VPAT represents an image that has been rotated by 90° counter clockwise.
Rotation1802 VPAT represents an image that has been rotated by 180° counter clockwise.
Rotation2703 VPAT represents an image that has been rotated by 270° counter clockwise.
Remarks

VPAT rotation may be switched on or off for many drivers in their ini-file.
See Also

Reference