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
)
Public Function GenerateHiResImage (
rec As Rectangle,
settings As GH_CanvasGH_ImageSettings,
<OutAttribute> ByRef totalSize As Size
) As List(Of String)
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:
ListStringList of file paths that indicate the individual images.
See Also