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


In This Topic
    fMt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function fMt( _
       ByVal GMt() As NPoint, _
       ByVal hMt As System.Integer, _
       ByVal IMt As System.Integer, _
       ByVal jMt As System.Boolean, _
       ByVal KMt As System.Double, _
       ByVal lMt As System.Double, _
       ByRef MMt As NPoint, _
       ByRef nMt As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim GMt() As NPoint
    Dim hMt As System.Integer
    Dim IMt As System.Integer
    Dim jMt As System.Boolean
    Dim KMt As System.Double
    Dim lMt As System.Double
    Dim MMt As NPoint
    Dim nMt As System.Double
    Dim value As System.Boolean
     
    value = NGeometry2D.fMt(GMt, hMt, IMt, jMt, KMt, lMt, MMt, nMt)
    internal static System.bool fMt( 
       NPoint[] GMt,
       System.int hMt,
       System.int IMt,
       System.bool jMt,
       System.double KMt,
       System.double lMt,
       out NPoint MMt,
       out System.double nMt
    )

    Parameters

    GMt
    hMt
    IMt
    jMt
    KMt
    lMt
    MMt
    nMt
    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