SKImageInfo.BytesSize64 Property

Definition

Gets the total number of bytes needed to store the bitmap data as a 64-bit integer.

public long BytesSize64 { get; }

Property Value

Remarks

This is calculated as: Width * Height * BytesPerPixel.

Applies to