Image.scanlineAlignment

On how many bytes each scanline is aligned. Useful to know for SIMD. The actual alignment could be higher than what the layout constraints strictly tells.

struct Image
nothrow @nogc @safe public
int
scanlineAlignment
()

See Also

LayoutConstraints. Tags: none.

Meta