[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Höhe des Bildes zurück.

Namespace: DynamicNode.Types.Imaging
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public int Height { get; }
Visual Basic
Public ReadOnly Property Height As Integer
	Get
F#
abstract Height : int
override Height : int

Implements

IRGBImage..::..Height

See Also