메소드 | 설명 | |
---|---|---|
Blit ( |
Blit the rendered data to the supplied device context.
|
|
Create ( int width, int height, int bitDepth, object parameter ) : bool |
Creates the render context provider. Must also create the OpenGL extensions.
|
|
MakeCurrent ( ) : void |
Makes the render context current.
|
|
SetDimensions ( int width, int height ) : void |
Sets the dimensions of the render context provider.
|
public abstract Blit ( |
||
deviceContext | The HDC. | |
리턴 | void |
public Create ( int width, int height, int bitDepth, object parameter ) : bool | ||
width | int | The width. |
height | int | The height. |
bitDepth | int | The bit depth. |
parameter | object | The extra parameter. |
리턴 | bool |
public SetDimensions ( int width, int height ) : void | ||
width | int | Width. |
height | int | Height. |
리턴 | void |