CodeGlyphX logo
CodeGlyphX

API Reference

Enum

ImageRowOrder

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes how image rows are ordered in a raw pixel buffer.

Inheritance

  • Enum
  • ImageRowOrder

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const ImageRowOrder TopDown #

The first row in the buffer is the top row of the image.

Value: 0
public const ImageRowOrder BottomUp #

The first row in the buffer is the bottom row of the image.

Value: 1