TgaWriter.InverseOrder Property

Gets or sets a value indicating whether scanlines should be written in the reverse order (from the last to the first scanline) when you save the TARGA file.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool InverseOrder { get; set; }

Property Value

true if the image scanlines should be written in an inverse order; otherwise, false.

See Also

Reference