PixelCount

Property

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Texture


Returns the pixel count of this texture (width * height).

Syntax

public int PixelCount { public get; }

Back to index