Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NGdi32 Class / SwapBuffersFast Method


In This Topic
    SwapBuffersFast Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.SuppressUnmanagedCodeSecurityAttribute()>
    Public Shared Function SwapBuffersFast( _
       ByVal deviceContext As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim deviceContext As System.IntPtr
    Dim value As System.Integer
     
    value = NGdi32.SwapBuffersFast(deviceContext)
    [System.Security.SuppressUnmanagedCodeSecurity()]
    public static System.int SwapBuffersFast( 
       System.IntPtr deviceContext
    )

    Parameters

    deviceContext
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also