Nevron Open Vision Documentation
Nevron.Nov.Formats.Svg Namespace / NSvgElement Class / frld<Grld> Method


In This Topic
    frld<Grld> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function frld(Of Grld)( _
       ByVal hrld As NSchema, _
       ByVal Irld As System.String, _
       ByVal jrld As System.String, _
       ByVal Krld As Grld, _
       ByVal lrld As tYSE _
    ) As NProperty
    'Usage
     
    
    Dim hrld As NSchema
    Dim Irld As System.String
    Dim jrld As System.String
    Dim Krld As Grld
    Dim lrld As tYSE
    Dim value As NProperty
     
    value = NSvgElement.frld(Of Grld)(hrld, Irld, jrld, Krld, lrld)
    internal static NProperty frld<Grld>( 
       NSchema hrld,
       System.string Irld,
       System.string jrld,
       Grld Krld,
       tYSE lrld
    )

    Parameters

    hrld
    Irld
    jrld
    Krld
    lrld

    Type Parameters

    Grld
    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