프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeBackground | void | ||
InitializeComponent | void | ||
InitializeStyles | void |
메소드 | 설명 | |
---|---|---|
DestroyContexts ( ) : void |
|
|
Draw ( ) : void |
Sends an see cref="UserControl.Invalidate" command to this control, thus forcing a redraw to occur.
|
|
InitializeContexts ( ) : void |
Creates the OpenGL contexts.
|
|
MakeCurrent ( ) : void |
|
|
SimpleOpenGlControl ( ) : System |
Constructor. Creates contexts and sets properties.
|
|
SwapBuffers ( ) : void |
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the control.
|
|
OnPaint ( PaintEventArgs e ) : void |
Paints the control.
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
Paints the background.
|
메소드 | 설명 | |
---|---|---|
InitializeBackground ( ) : void |
Loads the bitmap from the assembly's manifest resource.
|
|
InitializeComponent ( ) : void |
Required for designer support.
|
|
InitializeStyles ( ) : void |
Initializes the control's styles.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Was the disposed manually called? |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | The paint event arguments. |
리턴 | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
리턴 | void |