Click or drag to resize

GH_CanvasGenerateHiResImage Method

Generate a collection of hi-res images of the document.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<string> GenerateHiResImage(
	Rectangle rec,
	GH_CanvasGH_ImageSettings settings,
	out Size totalSize
)

Parameters

rec
Type: System.DrawingRectangle
BoundingBox rectangle of export.
settings
Type: Grasshopper.GUI.CanvasGH_CanvasGH_ImageSettings
Hi-res settings.
totalSize
Type: System.DrawingSize

Return Value

Type: ListString
List of file paths that indicate the individual images.
See Also