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

BitmapData.Height Property

Returns a height of this BitmapData (a number of scan lines).

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

Syntax

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

Property Value

A height of this BitmapData (a number of scan lines).

See Also

Reference