편집

다음을 통해 공유


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