SKImageInfo.BytesSize Property

Definition

Gets the total number of bytes needed to store the bitmap data.

public int BytesSize { get; }

Property Value

Remarks

This is calculated as: Width * Height * BytesPerPixel.

Applies to