ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfColor Class / RtfColor Constructor
The drawing color.

In This Topic
    RtfColor Constructor
    In This Topic
    The RTF color constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal clr As System.Drawing.Color _
    )
    public RtfColor( 
       System.Drawing.Color clr
    )

    Parameters

    clr
    The drawing color.
    See Also