RenderWindow.Channel.SetValue Method (Int32, Int32, Single)

RenderWindowChannelSetValue Method (Int32, Int32, Single)

If x or y are out of range, the function will fail and may crash Rhino.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetValue(
	int x,
	int y,
	float value
)
Public Sub SetValue ( 
	x As Integer,
	y As Integer,
	value As Single
)

Parameters

x
Type: SystemInt32
The horizontal pixel position. No validation is done on this value. The caller is responsible for ensuring that it is within the frame buffer.
y
Type: SystemInt32
the vertical pixel position. No validation is done on this value. The caller is responsible for ensuring that it is within the frame buffer.
value
Type: SystemSingle
The value to store in the channel at the specified position.
Version Information

Rhino for Windows

Supported in: 6.14
See Also