GH_CapsuleRenderEngineRenderAlphaFill Method |
Render a standard transparancy background hatch.
This is only needed when the capsule background colour is not fully opaque.
This is usually the second stage in a capsule rendering, right after the Grips are drawn.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void RenderAlphaFill(
Graphics G
)
Public Sub RenderAlphaFill (
G As Graphics
)
Parameters
- G
- Type: System.DrawingGraphics
See Also