Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEmfImage Class / NEmfImage Constructor / NEmfImage Constructor(NSize,NResolution,INGraphicsRenderable,EmfType)


In This Topic
    NEmfImage Constructor(NSize,NResolution,INGraphicsRenderable,EmfType)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal size As NSize, _
       ByVal resolution As NResolution, _
       ByVal callBack As INGraphicsRenderable, _
       ByVal emfType As System.Drawing.Imaging.EmfType _
    )
    'Usage
     
    
    Dim size As NSize
    Dim resolution As NResolution
    Dim callBack As INGraphicsRenderable
    Dim emfType As System.Drawing.Imaging.EmfType
     
    Dim instance As New NEmfImage(size, resolution, callBack, emfType)
    public NEmfImage( 
       NSize size,
       NResolution resolution,
       INGraphicsRenderable callBack,
       System.Drawing.Imaging.EmfType emfType
    )

    Parameters

    size
    resolution
    callBack
    emfType
    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