GH_Attributes(T).RenderIncomingWires Method (GH_Painter, IEnumerable(IGH_Param), GH_ParamWireDisplay)

GH_AttributesTRenderIncomingWires Method (GH_Painter, IEnumerableIGH_Param, GH_ParamWireDisplay)

Utility function for derived classes. This method draws all the wires going into the left side of the attributes.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected void RenderIncomingWires(
	GH_Painter painter,
	IEnumerable<IGH_Param> sources,
	GH_ParamWireDisplay style
)
Protected Sub RenderIncomingWires ( 
	painter As GH_Painter,
	sources As IEnumerable(Of IGH_Param),
	style As GH_ParamWireDisplay
)

Parameters

painter
Type: Grasshopper.GUI.CanvasGH_Painter
The graphics object to paint with
sources
Type: System.Collections.GenericIEnumerableIGH_Param
A list of sources that will be connected with the input grip of this attribute
style
Type: Grasshopper.KernelGH_ParamWireDisplay
Style for wire display.
See Also