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

BitmapData.Top Property

Returns Y-coordinate of the left top corner of this BitmapData relatively parent Bitmap.

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

Syntax

Visual Basic
Public ReadOnly Property Top As Integer
C#
public int Top { get; }

Property Value

Y-coordinate of the left top corner of this BitmapData relatively parent Bitmap.

See Also

Reference