Nevron .NET Vision
Nevron.Chart.View Namespace / NView Class / Init Method


In This Topic
    Init Method (NView)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub Init( _
       ByVal document As NDocument, _
       ByVal size As NSize, _
       ByVal resolution As NResolution _
    ) 
    'Usage
     
    
    Dim instance As NView
    Dim document As NDocument
    Dim size As NSize
    Dim resolution As NResolution
     
    instance.Init(document, size, resolution)
    protected void Init( 
       NDocument document,
       NSize size,
       NResolution resolution
    )

    Parameters

    document
    size
    resolution
    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