Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / dMvh Method


In This Topic
    dMvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub dMvh( _
       ByVal EMvh As NPoint, _
       ByVal fMvh As ENCompassDirection, _
       ByVal GMvh As System.Boolean, _
       ByVal hMvh As NRectangle, _
       ByVal IMvh As NMatrix _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim EMvh As NPoint
    Dim fMvh As ENCompassDirection
    Dim GMvh As System.Boolean
    Dim hMvh As NRectangle
    Dim IMvh As NMatrix
     
    instance.dMvh(EMvh, fMvh, GMvh, hMvh, IMvh)
    internal void dMvh( 
       NPoint EMvh,
       ENCompassDirection fMvh,
       System.bool GMvh,
       NRectangle hMvh,
       NMatrix IMvh
    )

    Parameters

    EMvh
    fMvh
    GMvh
    hMvh
    IMvh
    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