GH_GradientRender_Background Method |
Namespace:
Grasshopper.GUI.Gradient
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void Render_Background(
Graphics g,
RectangleF dest
)
Public Sub Render_Background (
g As Graphics,
dest As RectangleF
)
Parameters
- g
- Type: System.DrawingGraphics
- dest
- Type: System.DrawingRectangleF
See Also