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

EncoderOptions.Left Property

Gets/sets left position of the frame.

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

Syntax

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

Property Value

X-coordinate of the top left corner of the frame.

See Also

Reference