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

PreLoadedFrame.Width Property

Returns the frame width.

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

Syntax

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

Property Value

Frame width (in pixels).

Implements

IFrame.Width

See Also

Reference