Grasshopper API
GH_GraphicsUtilRenderBalloonTag Method (Graphics, String, PointF, RectangleF) |
Draw a default balloon tag in a container.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static void RenderBalloonTag( Graphics g, string text, PointF tip, RectangleF container )
Public Shared Sub RenderBalloonTag ( g As Graphics, text As String, tip As PointF, container As RectangleF )
Parameters
- g
- Type: System.DrawingGraphics
Graphics object to draw with. - text
- Type: SystemString
Text of tag. - tip
- Type: System.DrawingPointF
Tip of balloon. - container
- Type: System.DrawingRectangleF
Container for balloon.
