Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NShapeInline Class / KvMC Method


In This Topic
    KvMC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function KvMC( _
       ByRef lvMC As NRectangle, _
       ByVal MvMC As GrtC _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShapeInline
    Dim lvMC As NRectangle
    Dim MvMC As GrtC
    Dim value As System.Boolean
     
    value = instance.KvMC(lvMC, MvMC)
    internal System.bool KvMC( 
       out NRectangle lvMC,
       GrtC MvMC
    )

    Parameters

    lvMC
    MvMC
    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