Click or drag to resize

IGH_TagArtist Interface

Defines the interface for TagArtist objects. TagArtists can be used to paint additional stuff onto a GH_Canvas.

Namespace:  Grasshopper.GUI.Canvas.TagArtists
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_TagArtist

The IGH_TagArtist type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets the ID of this Tag Artist object.
Top
Methods
  NameDescription
Public methodPaint
This method is called whenever a Canvas channel is painted
Top
See Also