Show / Hide Table of Contents

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 Doc

Form(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 Doc

current

Declaration
public static Form current
Field Value
Type Description
Form

Methods

| Improve this Doc

OnGUI()

GUI Logic. This will be implemented by the user.

Declaration
protected abstract void OnGUI()
  • Improve this Doc
Back to top Copyright © 2016 zwcloud
Generated by DocFX