Initializes a new instanze of the TFalphaPicker class

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TFalphaPicker(
	TransferFunction yTFcontrol,
	int yAlphaPickerSetIndex,
	float yHistPos,
	float yAlphaValue
)
Visual Basic
Public Sub New ( _
	yTFcontrol As TransferFunction, _
	yAlphaPickerSetIndex As Integer, _
	yHistPos As Single, _
	yAlphaValue As Single _
)
Visual C++
public:
TFalphaPicker(
	TransferFunction^ yTFcontrol, 
	int yAlphaPickerSetIndex, 
	float yHistPos, 
	float yAlphaValue
)

Parameters

yTFcontrol
Type: Visualisierung_BSP1..::..TransferFunction
Transfer function control
yAlphaPickerSetIndex
Type: System..::..Int32
Setindex of the alpha picker
yHistPos
Type: System..::..Single
Position in the histogram
yAlphaValue
Type: System..::..Single
Alpha value

See Also