Removes an alphapicker from the function

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

Syntax

C#
public void removeAlphaPicker(
	int yAlphaSet,
	TFalphaPicker yAlphaPicker
)
Visual Basic
Public Sub removeAlphaPicker ( _
	yAlphaSet As Integer, _
	yAlphaPicker As TFalphaPicker _
)
Visual C++
public:
void removeAlphaPicker(
	int yAlphaSet, 
	TFalphaPicker^ yAlphaPicker
)

Parameters

yAlphaSet
Type: System..::..Int32
specifies the alphaPickerSet from which the AlphaPicker should be removed
yAlphaPicker
Type: Visualisierung_BSP1..::..TFalphaPicker
AlphaPicker

See Also