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)
public bool InverseOrder { get; set; }
true
if the image scanlines should be written in an inverse order; otherwise, false
.