GH_CanvasGenerateHiResImageTile Method |
Generate a single tile in a Hi-Res image export.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public Bitmap GenerateHiResImageTile(
GH_Viewport vp,
Color bg
)
Public Function GenerateHiResImageTile (
vp As GH_Viewport,
bg As Color
) As Bitmap
Parameters
- vp
- Type: Grasshopper.GUI.CanvasGH_Viewport
Viewport override - bg
- Type: System.DrawingColor
Background color override.
Return Value
Type:
BitmapA list of image tiles.
See Also