Grasshopper API
GH_ComponentAttributesRenderComponentParameters Method |
Utility method for rendering all component parameters.
Namespace: Grasshopper.Kernel.Attributes
Assembly: Grasshopper (in Grasshopper.dll)

public static void RenderComponentParameters( GH_Canvas canvas, Graphics graphics, IGH_Component owner, GH_PaletteStyle style )
Public Shared Sub RenderComponentParameters ( canvas As GH_Canvas, graphics As Graphics, owner As IGH_Component, style As GH_PaletteStyle )
Parameters
- canvas
- Type: Grasshopper.GUI.CanvasGH_Canvas
Canvas to draw to. - graphics
- Type: System.DrawingGraphics
Graphics to draw with. - owner
- Type: Grasshopper.KernelIGH_Component
Component to draw parameters for. - style
- Type: Grasshopper.GUI.CanvasGH_PaletteStyle
Component capsule palette style.
