WebPReader.Width Property

Gets an entire WebP image width.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override int Width { get; }

Property Value

The entire WebP image width (in pixels).

Implements

IImageParams.Width

See Also

Reference