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

EncoderOptions.Top Property

Gets/sets top position of the frame.

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

Syntax

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

Property Value

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

Implements

IEncoderOptions.Top

See Also

Reference