GH_Canvas.GH_ImageSettings Class

GH_CanvasGH_ImageSettings Class

Settings class for high-resolution image output.
Inheritance Hierarchy
SystemObject
  Grasshopper.GUI.CanvasGH_CanvasGH_ImageSettings

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_ImageSettings
Public Class GH_ImageSettings

The GH_CanvasGH_ImageSettings type exposes the following members.

Constructors
  NameDescription
Public methodGH_CanvasGH_ImageSettings
Create a new instance of the GH_ImageSettings class with default values.
Public methodGH_CanvasGH_ImageSettings(String)
Create a new instance of the GH_ImageSettings class.
Public methodGH_CanvasGH_ImageSettings(String, String, String)
Create a new instance of the GH_ImageSettings class.
Top
Properties
  NameDescription
Public propertyBackColour
Gets or sets the background colour to use for the high-resolution rendering.
Public propertyExtension
Gets or sets the image extension of the target image.
Public propertyFileName
Gets or sets the filename of the target image.
Public propertyFolder
Gets or sets the folder in which the target image will be saved.
Public propertyStatic memberTileSize
Gets the default tile size for high-resolution export. This is a constant value.
Public propertyZoom
Gets or sets the zoom at which to export the high-resolution image.
Top
See Also