Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / SMt Method


In This Topic
    SMt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function SMt( _
       ByVal tMt As NList(Of NRectangle), _
       ByVal UMt As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim tMt As NList(Of NRectangle)
    Dim UMt As NPoint
    Dim value As System.Boolean
     
    value = NGeometry2D.SMt(tMt, UMt)
    internal static System.bool SMt( 
       NList<NRectangle> tMt,
       NPoint UMt
    )

    Parameters

    tMt
    UMt
    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