Tao.Platform.Windows SDK Documentation |
|
Wgl.wglGetPixelFormatAttribivEXT Method (IntPtr, Int32, Int32, Int32, Int32, Int32)
[Visual Basic]
Overloads Public Shared Function wglGetPixelFormatAttribivEXT( _
ByVal
hdc As
IntPtr, _
ByVal
iPixelFormat As
Integer, _
ByVal
iLayerPlane As
Integer, _
ByVal
nAttributes As
Integer, _
ByRef
piAttributes As
Integer, _
ByRef
piValues As
Integer _
) As
Boolean
[C#]
public static
bool wglGetPixelFormatAttribivEXT(
IntPtr hdc,
int iPixelFormat,
int iLayerPlane,
int nAttributes,
out
int piAttributes,
out
int piValues);
See Also
Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglGetPixelFormatAttribivEXT Overload List