[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.FlipRotateAction

FlipRotateAction Enum

Specifies the flip and rotate transformations.

Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public enum FlipRotateAction
Public Enum FlipRotateAction

Fields

Name Description
FlipHRotate270

A horizontal flip, then a counter-clockwise rotation of 90 degrees.

FlipHRotate90

A horizontal flip, then a clockwise rotation of 90 degrees.

FlipHorizontal

A horizontal flip. Pixels are flipped around the vertical y-axis.

FlipVertical

A vertical flip. Pixels are flipped around the horizontal x-axis.

None

No transformation.

Rotate180

A clockwise rotation of 180 degrees.

Rotate270

A counter-clockwise rotation of 90 degrees.

Rotate90

A clockwise rotation of 90 degrees.