Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMetafilePlayerEx Class / NMetafilePlayerEx Constructor


In This Topic
    NMetafilePlayerEx Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal format As ENMetafileFormat, _
       ByVal bytes() As System.Byte, _
       ByVal bounds As NRectangle _
    )
    'Usage
     
    
    Dim format As ENMetafileFormat
    Dim bytes() As System.Byte
    Dim bounds As NRectangle
     
    Dim instance As New NMetafilePlayerEx(format, bytes, bounds)
    public NMetafilePlayerEx( 
       ENMetafileFormat format,
       System.byte[] bytes,
       NRectangle bounds
    )

    Parameters

    format
    bytes
    bounds
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also