Click or drag to resize

DisplayPipelineDrawHatch Method (Hatch, Color, DisplayPen, Color)

[Missing <summary> documentation for "M:Rhino.Display.DisplayPipeline.DrawHatch(Rhino.Geometry.Hatch,System.Drawing.Color,Rhino.Display.DisplayPen,System.Drawing.Color)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void DrawHatch(
	Hatch hatch,
	Color hatchColor,
	DisplayPen boundary,
	Color backgroundFillColor
)

Parameters

hatch
Type: Rhino.GeometryHatch

[Missing <param name="hatch"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawHatch(Rhino.Geometry.Hatch,System.Drawing.Color,Rhino.Display.DisplayPen,System.Drawing.Color)"]

hatchColor
Type: System.DrawingColor

[Missing <param name="hatchColor"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawHatch(Rhino.Geometry.Hatch,System.Drawing.Color,Rhino.Display.DisplayPen,System.Drawing.Color)"]

boundary
Type: Rhino.DisplayDisplayPen

[Missing <param name="boundary"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawHatch(Rhino.Geometry.Hatch,System.Drawing.Color,Rhino.Display.DisplayPen,System.Drawing.Color)"]

backgroundFillColor
Type: System.DrawingColor

[Missing <param name="backgroundFillColor"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawHatch(Rhino.Geometry.Hatch,System.Drawing.Color,Rhino.Display.DisplayPen,System.Drawing.Color)"]

See Also