ModelViewportRenderItem Method |
Namespace:
Grasshopper.Rhinoceros.Display
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxprotected override bool RenderItem(
Graphics graphics,
RectangleF area,
int alpha
)
Protected Overrides Function RenderItem (
graphics As Graphics,
area As RectangleF,
alpha As Integer
) As Boolean
Parameters
- graphics
- Type: System.DrawingGraphics
- area
- Type: System.DrawingRectangleF
- alpha
- Type: SystemInt32
Return Value
Type:
Boolean
See Also