This documentation is for the old version. Go to the latest Graphics Mill docs

Frame.Width Property

Returns this frame width.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Width As Integer
C#
public virtual int Width { get; }

Property Value

Frame width (in pixels).

Implements

IFrame.Width

See Also

Reference