Table of Contents

Property Stride

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

Stride

Gets the number of bytes in a single row (scan line) of the image.

public int Stride { get; }

Property Value

int

Remarks

The stride may be negative for bottom-up images; use Abs(int) to obtain the absolute row size in bytes.