Sets the transfer function to use. Does not enable transfer functions (see TransferFunctionEnabled property).
Namespace: VideoDVRAssembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetTransferFunction(
Bitmap transferFunction
) |
Visual Basic |
---|
Public Sub SetTransferFunction ( _
transferFunction As Bitmap _
) |
Visual C++ |
---|
public:
void SetTransferFunction(
Bitmap^ transferFunction
) |
Parameters
- transferFunction
- Type: System.Drawing..::..Bitmap
A 256*1 bitmap representing the transfer function. Disposed automatically.
See Also