Tao.Platform.Windows SDK Documentation |
|
Wgl.wglChoosePixelFormatARB Method (IntPtr, Int32, Single, UInt32, Int32, UInt32)
[Visual Basic]
Overloads Public Shared Function wglChoosePixelFormatARB( _
ByVal
hdc As
IntPtr, _
ByRef
piAttribIList As
Integer, _
ByRef
pfAttribFList As
Single, _
ByVal
nMaxFormats As
UInt32, _
ByRef
piFormats As
Integer, _
ByRef
nNumFormats As
UInt32 _
) As
Boolean
[C#]
public static
bool wglChoosePixelFormatARB(
IntPtr hdc,
ref
int piAttribIList,
ref
float pfAttribFList,
uint nMaxFormats,
out
int piFormats,
out
uint nNumFormats);
See Also
Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglChoosePixelFormatARB Overload List