Tao.Platform.Windows SDK Documentation

Wgl.wglChoosePixelFormatARB Method

Overload List

 

public static bool wglChoosePixelFormatARB(IntPtr,ref int,ref float,int,out int,out int);

 

public static bool wglChoosePixelFormatARB(IntPtr,ref int,ref float,uint,out int,out uint);

 

public static bool wglChoosePixelFormatARB(IntPtr,int[],float[],int,int[],int[]);

 

public static bool wglChoosePixelFormatARB(IntPtr,int[],float[],uint,int[],uint[]);

 

public static bool wglChoosePixelFormatARB(IntPtr,IntPtr,IntPtr,int,IntPtr,IntPtr);

 

public static bool wglChoosePixelFormatARB(IntPtr,IntPtr,IntPtr,uint,IntPtr,IntPtr);

See Also

Wgl Class | Tao.Platform.Windows Namespace