SizeInBytes

Property

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Returns the size of the pixel data array in bytes (stride * height).

Syntax

public int SizeInBytes { public get; }

Back to index