Tao.Platform.Windows SDK Documentation |
|
Wgl.wglGetPixelFormatAttribfvARB Method (IntPtr, IntPtr, Int32, Int32, Int32, Int32, Single)
[Visual Basic]
Overloads Public Shared Function wglGetPixelFormatAttribfvARB( _
ByVal
extensionPointer As
IntPtr, _
ByVal
hdc As
IntPtr, _
ByVal
iPixelFormat As
Integer, _
ByVal
iLayerPlane As
Integer, _
ByVal
nAttributes As
Integer, _
ByRef
piAttributes As
Integer, _
ByRef
pfValues As
Single _
) As
Integer
[C#]
public static
int wglGetPixelFormatAttribfvARB(
IntPtr extensionPointer,
IntPtr hdc,
int iPixelFormat,
int iLayerPlane,
int nAttributes,
ref
int piAttributes,
out
float pfValues);
Parameters
-
extensionPointer
-
-
hdc
-
-
iPixelFormat
-
-
iLayerPlane
-
-
nAttributes
-
-
piAttributes
-
-
pfValues
-
Return Value
See Also
Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglGetPixelFormatAttribfvARB Overload List