GH_PainterDrawConnection Method |
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void DrawConnection(
PointF pointA,
PointF pointB,
GH_WireDirection directionA,
GH_WireDirection directionB,
bool selectedA,
bool selectedB,
GH_WireType type
)
Public Sub DrawConnection (
pointA As PointF,
pointB As PointF,
directionA As GH_WireDirection,
directionB As GH_WireDirection,
selectedA As Boolean,
selectedB As Boolean,
type As GH_WireType
)
Parameters
- pointA
- Type: System.DrawingPointF
- pointB
- Type: System.DrawingPointF
- directionA
- Type: Grasshopper.GUI.CanvasGH_WireDirection
- directionB
- Type: Grasshopper.GUI.CanvasGH_WireDirection
- selectedA
- Type: SystemBoolean
- selectedB
- Type: SystemBoolean
- type
- Type: Grasshopper.GUI.CanvasGH_WireType
See Also