GH_Painter.GenerateWirePen_Fill Method

GH_PainterGenerateWirePen_Fill Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Brush GenerateWirePen_Fill(
	PointF a,
	PointF b,
	bool asel,
	bool bsel,
	bool empty
)
Public Function GenerateWirePen_Fill ( 
	a As PointF,
	b As PointF,
	asel As Boolean,
	bsel As Boolean,
	empty As Boolean
) As Brush

Parameters

a
Type: System.DrawingPointF
b
Type: System.DrawingPointF
asel
Type: SystemBoolean
bsel
Type: SystemBoolean
empty
Type: SystemBoolean

Return Value

Type: Brush
See Also