Frame.Width Property

Gets the width of the bitmap stored in the frame.

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

Syntax

C#
public virtual int Width { get; }

Property Value

The frame width (in pixels).

Implements

IImageParams.Width

See Also

Reference