Table of Contents

Enum SKRotationAngle

Namespace
VisioForge.Core.Helpers
Assembly
VisioForge.Core.dll

Specifies the rotation angles supported for bitmap rotation operations.

public enum SKRotationAngle

Fields

Degrees90 = 0

Rotate the image 90 degrees clockwise.

Degrees180 = 1

Rotate the image 180 degrees.

Degrees270 = 2

Rotate the image 270 degrees clockwise (90 degrees counter-clockwise).