[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz der RGBImage16-Klasse.

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

Syntax

C#
public RGBImage16(
	int width,
	int height,
	ushort defValue
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer, _
	defValue As UShort _
)
F#
new : 
        width:int * 
        height:int * 
        defValue:uint16 -> RGBImage16

Parameters

width
Type: System..::..Int32
Die Breite.
height
Type: System..::..Int32
Die Höhe.
defValue
Type: System..::..UInt16
Der Standardwert für Indexüberschreitungen.

See Also