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

BitmapData.Left Property

Returns X-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 Left As Integer
C#
public int Left { get; }

Property Value

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

See Also

Reference