Click or drag to resize

GH_DoubleBufferedPanel Class

Derives from Windows.Forms.Panel but overrides certain flags that improve on-screen rendering. Use panel if you want to have a custom drawn control that is under the control of the owner form.
Inheritance Hierarchy

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_DoubleBufferedPanel : Panel

The GH_DoubleBufferedPanel type exposes the following members.

Constructors
  NameDescription
Public methodGH_DoubleBufferedPanel
Initializes a new instance of the GH_DoubleBufferedPanel class
Top
Extension Methods
  NameDescription
Public Extension MethodToEto (Defined by EtoExtensions.)
Top
See Also