GH_CapsuleRenderEngineRenderBackground Method |
Render a default capsule background fill. This is usually the third stage in a capsule rendering.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void RenderBackground(
Graphics G,
float zoom,
GH_PaletteStyle style
)
Public Sub RenderBackground (
G As Graphics,
zoom As Single,
style As GH_PaletteStyle
)
Parameters
- G
- Type: System.DrawingGraphics
Graphics object to draw with. - zoom
- Type: SystemSingle
Zoom of graphics object. - style
- Type: Grasshopper.GUI.CanvasGH_PaletteStyle
Final style to draw with.
See Also