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