InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / CopyTo Method
The destination TextFormat object.

In This Topic
    CopyTo Method (FontSubSet.TextFormat)
    In This Topic
    Copies the current text format settings to another FontSubSet.TextFormat object.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal destination As FontSubSet.TextFormat _
    ) 
    public void CopyTo( 
       FontSubSet.TextFormat destination
    )

    Parameters

    destination
    The destination TextFormat object.
    See Also