GH_ComponentAttributesSetupTooltip Method |
Namespace:
Grasshopper.Kernel.Attributes
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic override void SetupTooltip(
PointF canvasPoint,
GH_TooltipDisplayEventArgs e
)
Public Overrides Sub SetupTooltip (
canvasPoint As PointF,
e As GH_TooltipDisplayEventArgs
)
Parameters
- canvasPoint
- Type: System.DrawingPointF
- e
- Type: Grasshopper.GUIGH_TooltipDisplayEventArgs
See Also