Click or drag to resize

IsoDrawEffectSetBandColor Method

[Missing <summary> documentation for "M:Rhino.Display.IsoDrawEffect.SetBandColor(System.Int32,System.Drawing.Color)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool SetBandColor(
	int index,
	Color color
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.Display.IsoDrawEffect.SetBandColor(System.Int32,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Rhino.Display.IsoDrawEffect.SetBandColor(System.Int32,System.Drawing.Color)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Display.IsoDrawEffect.SetBandColor(System.Int32,System.Drawing.Color)"]

See Also