Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NRenderSurfaceCheckButtonCommand Class / NRenderSurfaceCheckButtonCommand Constructor


In This Topic
    NRenderSurfaceCheckButtonCommand Constructor
    In This Topic
    Creates a new render surface command based on the specified render surface and command id.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal renderSurface As RenderSurface, _
       ByVal id As System.Integer _
    )
    'Usage
     
    
    Dim renderSurface As RenderSurface
    Dim id As System.Integer
     
    Dim instance As New NRenderSurfaceCheckButtonCommand(renderSurface, id)
    public NRenderSurfaceCheckButtonCommand( 
       RenderSurface renderSurface,
       System.int id
    )

    Parameters

    renderSurface
    id
    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