[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Initialisiert eine neue Instanz der XYZImage32-Klasse.
Namespace: DynamicNode.Types.ImagingAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public XYZImage32( int width, int heigth, float defValue ) |
Visual Basic |
---|
Public Sub New ( _ width As Integer, _ heigth As Integer, _ defValue As Single _ ) |
F# |
---|
new : width:int * heigth:int * defValue:float32 -> XYZImage32 |
Parameters
- width
- Type: System..::..Int32
Die Breite.
- heigth
- Type: System..::..Int32
Die Höhe.
- defValue
- Type: System..::..Single
Der Standardwert für Indexüberschreitungen.