Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NCalendarControl Class / PrintToMetaFileRecursive Method


In This Topic
    PrintToMetaFileRecursive Method (NCalendarControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub PrintToMetaFileRecursive( _
       ByVal hDC As System.Runtime.InteropServices.HandleRef, _
       ByVal lParam As System.IntPtr, _
       ByVal bounds As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NCalendarControl
    Dim hDC As System.Runtime.InteropServices.HandleRef
    Dim lParam As System.IntPtr
    Dim bounds As System.Drawing.Rectangle
     
    instance.PrintToMetaFileRecursive(hDC, lParam, bounds)
    internal virtual void PrintToMetaFileRecursive( 
       System.Runtime.InteropServices.HandleRef hDC,
       System.IntPtr lParam,
       System.Drawing.Rectangle bounds
    )

    Parameters

    hDC
    lParam
    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