SKImageInfo.RowBytes64 Property

Definition

Gets the number of bytes per row as a 64-bit integer.

public long RowBytes64 { get; }

Property Value

Remarks

This is calculated as: Width * BytesPerPixel.

Applies to