SKBitmap.ByteCount Property

Definition

Returns the byte size of the pixels, based on the Height and RowBytes.

public int ByteCount { get; }

Property Value

The byte size of the pixels.

Remarks

Note: this truncates the result to 32-bits.

Applies to