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


In This Topic
    DrawPreview Method
    In This Topic
    Draws a preview of this appearance style at the specified device.
    Syntax
    'Declaration
     
    
    Public Sub DrawPreview( _
       ByVal device As IN2DDevice, _
       ByVal bounds As NRectangleF, _
       ByVal frameStrokeStyle As NStrokeStyle _
    ) 
    'Usage
     
    
    Dim instance As NAppearanceStyle
    Dim device As IN2DDevice
    Dim bounds As NRectangleF
    Dim frameStrokeStyle As NStrokeStyle
     
    instance.DrawPreview(device, bounds, frameStrokeStyle)
    public void DrawPreview( 
       IN2DDevice device,
       NRectangleF bounds,
       NStrokeStyle frameStrokeStyle
    )

    Parameters

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