Class Form
Represents a window that makes up an application's user interface.
Inheritance
System.Object
Form
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:ImGui
Assembly:ImGui.dll
Syntax
public abstract class Form
Constructors
| Improve this DocForm(Rect)
Initializes a new instance of the Form class at specific rectangle.
Declaration
protected Form(Rect rect)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | rect | initial rectangle of the form |
Fields
| Improve this Doccurrent
Declaration
public static Form current
Field Value
| Type | Description |
|---|---|
| Form |
Methods
| Improve this DocOnGUI()
GUI Logic. This will be implemented by the user.
Declaration
protected abstract void OnGUI()