SKImageInfo.RowBytes Property

Definition

Gets the number of bytes per row.

public int RowBytes { get; }

Property Value

Remarks

This is calculated as: Width * BytesPerPixel.

Applies to