Table of Contents

Enum FlipMode

Namespace
Sdl3Sharp.Video
Assembly
Sdl3Sharp.dll

Represents a flip mode for Surface and rendering operations

public enum FlipMode

Fields

Horizontal = 1

Flip horizontally

HorizontalAndVertical = 3

Flip both, horizontally and vertically

None = 0

Do not flip

Vertical = 2

Flip vertically