PixelCount

Property

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Returns the pixel count of the surface (width * height).

Syntax

public int PixelCount { public get; }

Back to index