[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initializes a new instance of the SpeedTransfer class.

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

Syntax

C#
public SpeedTransfer(
	TransferFunction f,
	int size
)
Visual Basic
Public Sub New ( _
	f As TransferFunction, _
	size As Integer _
)
F#
new : 
        f:TransferFunction * 
        size:int -> SpeedTransfer

Parameters

f
Type: DynamicNode.Types.Imaging..::..TransferFunction
The f.
size
Type: System..::..Int32
Size of the lookup.

See Also