BufferTransform Enum

Definition

Specifies a transform applied to a buffer before it is displayed.

public enum BufferTransform
type BufferTransform = 
Inheritance
BufferTransform

Fields

Name Value Description
Identity 0

Applies the identity transformation to buffer content.

MirrorHorizontal 1

Applies the mirror horizontal transformation to buffer content.

MirrorVertical 2

Applies the mirror vertical transformation to buffer content.

Rotate180 3

Applies the rotate 180 transformation to buffer content.

Rotate90 4

Applies the rotate 90 transformation to buffer content.

Rotate270 7

Applies the rotate 270 transformation to buffer content.

Applies to