Click or drag to resize

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
)

Parameters

vp
Type: Grasshopper.GUI.CanvasGH_Viewport
Viewport override
bg
Type: System.DrawingColor
Background color override.

Return Value

Type: Bitmap
A list of image tiles.
See Also