Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / FontDataDictionary Class / Add Method

In This Topic
    Add Method (FontDataDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Sub Add( _
       ByVal key As String, _
       ByVal data As FontData _
    ) 
    public new void Add( 
       string key,
       FontData data
    )

    Parameters

    key
    data
    See Also