Метод | Описание | |
---|---|---|
BindDisplayColorTable ( |
||
CreateDisplayColorTable ( |
||
CreatePbuffer ( |
||
DestroyDisplayColorTable ( |
||
DestroyPbuffer ( |
||
GetCurrentReadDC ( ) : |
||
GetExtensionsString ( ) : string | ||
GetPbufferDC ( |
||
GetPixelFormatAttrib ( |
||
GetSwapInterval ( ) : int | ||
LoadDisplayColorTable ( |
||
QueryPbuffer ( |
||
ReleasePbufferDC ( |
||
SupportsExtension ( string ext ) : bool |
Checks if a Wgl extension is supported by the given context.
|
|
SwapInterval ( int interval ) : System.Boolean |
Метод | Описание | |
---|---|---|
BindDisplayColorTable ( |
||
CreateDisplayColorTable ( |
||
DestroyDisplayColorTable ( |
||
GetPixelFormatAttrib ( |
||
LoadDisplayColorTable ( |
public static BindDisplayColorTable ( |
||
id | ||
Результат | bool |
public static CreateDisplayColorTable ( |
||
id | ||
Результат | bool |
public static CreatePbuffer ( |
||
hDC | ||
iPixelFormat | int | |
iWidth | int | |
iHeight | int | |
piAttribList | int | |
Результат |
public static DestroyDisplayColorTable ( |
||
id | ||
Результат | void |
public static DestroyPbuffer ( |
||
hPbuffer | ||
Результат | System.Boolean |
public static GetCurrentReadDC ( ) : |
||
Результат |
public static GetExtensionsString ( ) : string | ||
Результат | string |
public static GetPbufferDC ( |
||
hPbuffer | ||
Результат |
public static GetPixelFormatAttrib ( |
||
hdc | ||
iPixelFormat | int | |
iLayerPlane | int | |
nAttributes | ||
piAttributes | [ | |
piValues | [ | |
Результат | System.Boolean |
public static LoadDisplayColorTable ( |
||
table | ||
length | ||
Результат | bool |
public static QueryPbuffer ( |
||
hPbuffer | ||
iAttribute | int | |
piValue | [ | |
Результат | System.Boolean |
public static ReleasePbufferDC ( |
||
hPbuffer | ||
hDC | ||
Результат | int |
public static SupportsExtension ( string ext ) : bool | ||
ext | string | The extension to check. |
Результат | bool |
public static SwapInterval ( int interval ) : System.Boolean | ||
interval | int | |
Результат | System.Boolean |