Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFontStyleSizeConverter Class / NFontStyleSizeConverter Constructor / NFontStyleSizeConverter Constructor(NLength)
the font size to be set to the converted font style objects


In This Topic
    NFontStyleSizeConverter Constructor(NLength)
    In This Topic
    Constructs a font style size converter object with the specified font size.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fontEmSize As NLength _
    )
    'Usage
     
    
    Dim fontEmSize As NLength
     
    Dim instance As New NFontStyleSizeConverter(fontEmSize)
    public NFontStyleSizeConverter( 
       NLength fontEmSize
    )

    Parameters

    fontEmSize
    the font size to be set to the converted font style objects
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also