Click or drag to resize

InitFrameBufferEventArgsSetFill Method (Color, Color)

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

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.18
Syntax
public void SetFill(
	Color top,
	Color bottom
)

Parameters

top
Type: System.DrawingColor

[Missing <param name="top"/> documentation for "M:Rhino.Display.InitFrameBufferEventArgs.SetFill(System.Drawing.Color,System.Drawing.Color)"]

bottom
Type: System.DrawingColor

[Missing <param name="bottom"/> documentation for "M:Rhino.Display.InitFrameBufferEventArgs.SetFill(System.Drawing.Color,System.Drawing.Color)"]

See Also