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


In This Topic
    PatBlt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function PatBlt( _
       ByVal hDC As System.IntPtr, _
       ByVal x As System.Integer, _
       ByVal y As System.Integer, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer, _
       ByVal flags As System.UInteger _
    ) As System.Boolean
    'Usage
     
    
    Dim hDC As System.IntPtr
    Dim x As System.Integer
    Dim y As System.Integer
    Dim width As System.Integer
    Dim height As System.Integer
    Dim flags As System.UInteger
    Dim value As System.Boolean
     
    value = NGdi32.PatBlt(hDC, x, y, width, height, flags)
    public static System.bool PatBlt( 
       System.IntPtr hDC,
       System.int x,
       System.int y,
       System.int width,
       System.int height,
       System.uint flags
    )

    Parameters

    hDC
    x
    y
    width
    height
    flags
    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