Search
TextRenderer Constructor (RenderContext, Font, Brush, Brush, Pen)
See Also
 






Initializes a new instance of the TextRenderer class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public TextRenderer (
    RenderContext context,
    Font font,
    Brush textBrush,
    Brush background,
    Pen borderPen
)

Visual Basic  Copy Code

Public New ( _
    context As RenderContext, _
    font As Font, _
    textBrush As Brush, _
    background As Brush, _
    borderPen As Pen _
)

 Parameters

context

A RenderContext instance.

font

A System.Drawing.Font instance.

textBrush

A System.Drawing.Brush instance.

background

A System.Drawing.Brush instance.

borderPen

A System.Drawing.Pen instance.

 See Also