Click or drag to resize

GH_CanvasMode Enumeration

Enumerates all pre-defined Canvas modes.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_CanvasMode
Members
  Member nameValueDescription
Control0 Indicates the canvas is currently drawing into the winforms control. This is the most common mode.
Thumbnail1 Indicates the canvas is currently drawing itself to a thumbnail image.
Export2 Indicates the canvas is currently drawing itself to an off-screen image. This typically happens during Hi-Res export operations.
See Also