Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingHintService Class / UpdateTranslucentBitmap Method


In This Topic
    UpdateTranslucentBitmap Method
    In This Topic
    Updates the translucent bitmap with the specified size and region.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateTranslucentBitmap( _
       ByVal sz As System.Drawing.Size, _
       ByVal region As System.Drawing.Region _
    ) 
    'Usage
     
    
    Dim instance As NDockingHintService
    Dim sz As System.Drawing.Size
    Dim region As System.Drawing.Region
     
    instance.UpdateTranslucentBitmap(sz, region)
    protected virtual void UpdateTranslucentBitmap( 
       System.Drawing.Size sz,
       System.Drawing.Region region
    )

    Parameters

    sz
    region
    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