Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAppearanceStyle Class / OnDrawPreviewBackground Method


In This Topic
    OnDrawPreviewBackground Method (NAppearanceStyle)
    In This Topic
    Draws the background of the preview for this appearance style.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnDrawPreviewBackground( _
       ByVal device As IN2DDevice, _
       ByVal bounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NAppearanceStyle
    Dim device As IN2DDevice
    Dim bounds As NRectangleF
     
    instance.OnDrawPreviewBackground(device, bounds)
    public virtual void OnDrawPreviewBackground( 
       IN2DDevice device,
       NRectangleF bounds
    )

    Parameters

    device
    bounds
    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