GH_GraphicsUtilRenderObjectOverlay Method (Graphics, IGH_DocumentObject, RectangleF) |
Render all overlay icons for a specific object.
Overlays aren't drawn when the zoom is less than 80%
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void RenderObjectOverlay(
Graphics graphics,
IGH_DocumentObject obj,
RectangleF target
)
Public Shared Sub RenderObjectOverlay (
graphics As Graphics,
obj As IGH_DocumentObject,
target As RectangleF
)
Parameters
- graphics
- Type: System.DrawingGraphics
Graphics object to draw with. - obj
- Type: Grasshopper.KernelIGH_DocumentObject
Object to draw overlay for. - target
- Type: System.DrawingRectangleF
Destination area for overlay icons.
See Also